home-assistant-custom-components.better_thermostat: 1.5.0-beta7 -> 1.5.0

Diff: https://github.com/KartoffelToby/better_thermostat/compare/refs/tags/1.5.0-beta7...1.5.0

Changelog: https://github.com/KartoffelToby/better_thermostat/releases/tag/1.5.0
This commit is contained in:
Robert Schütz 2024-04-19 08:37:41 -07:00
parent cc5b30542b
commit 6f30d774be
1 changed files with 2 additions and 2 deletions

View File

@ -3,13 +3,13 @@
buildHomeAssistantComponent rec {
owner = "KartoffelToby";
domain = "better_thermostat";
version = "1.5.0-beta7";
version = "1.5.0";
src = fetchFromGitHub {
owner = "KartoffelToby";
repo = "better_thermostat";
rev = "refs/tags/${version}";
hash = "sha256-bJURpeBgoxXGR7C9MY/gmNY7OFvBxrJKz2cA61b5hNo=";
hash = "sha256-noo96Uks+MHtTbwIoU5gnekp/IwMry0U18X4I1qe4LQ=";
};
meta = with lib; {