home-assistant-custom-components.better_thermostat: 1.6.1 -> 1.7.0 (#390622)

https://github.com/KartoffelToby/better_thermostat/releases/tag/1.7.0

authored by R. RyanTM and committed by GitHub 24b80f09 9df17ad1

+2 -2
+2 -2
pkgs/servers/home-assistant/custom-components/better_thermostat/package.nix
··· 8 8 buildHomeAssistantComponent rec { 9 9 owner = "KartoffelToby"; 10 10 domain = "better_thermostat"; 11 - version = "1.6.1"; 11 + version = "1.7.0"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "KartoffelToby"; 15 15 repo = "better_thermostat"; 16 16 tag = version; 17 - hash = "sha256-zXO2UDLhSTOemzsO9G5ZUzr50Zg8kDW/aObn6Y3j70k="; 17 + hash = "sha256-rE14iKAXo3hecK3bQ9MLcOtnZviwjOpYKGlIc4+uCfw="; 18 18 }; 19 19 20 20 passthru.updateScript = gitUpdater {