home-assistant-custom-components.better_thermostat: 1.8.0 -> 1.8.1

Diff: https://github.com/KartoffelToby/better_thermostat/compare/1.8.0...1.8.1

Changelog: https://github.com/KartoffelToby/better_thermostat/releases/tag/1.8.1
This commit is contained in:
Robert Schütz
2026-06-12 17:36:10 -07:00
parent 36fec06544
commit 76d906ada0
@@ -8,13 +8,13 @@
buildHomeAssistantComponent rec {
owner = "KartoffelToby";
domain = "better_thermostat";
version = "1.8.0";
version = "1.8.1";
src = fetchFromGitHub {
owner = "KartoffelToby";
repo = "better_thermostat";
tag = version;
hash = "sha256-jxC8Xxhr1OjcAREggNaiB89TMFSdQyDr4QfdWGcmeU4=";
hash = "sha256-VSTGYs97ro65rrV80D6b3/XEeGi86FzXwU5nPabS5gE=";
};
passthru.updateScript = gitUpdater {