home-assistant-custom-components.versatile_thermostat: 9.0.1 -> 9.0.2

This commit is contained in:
R. Ryantm
2026-02-25 17:39:50 +00:00
parent 23eae0051a
commit 79320f169b
@@ -10,13 +10,13 @@
buildHomeAssistantComponent rec {
owner = "jmcollin78";
domain = "versatile_thermostat";
version = "9.0.1";
version = "9.0.2";
src = fetchFromGitHub {
inherit owner;
repo = domain;
tag = version;
hash = "sha256-qO0m4dAYFz/WeWFfHg96LEHawrM/Se54rFfuhCSH1qU=";
hash = "sha256-TPV6VfWyFsJdHfZtRhs0XvyOpnpw+utzf3eZQL4aALY=";
};
dependencies = [