home-assistant-custom-components.versatile_thermostat: 9.3.3 -> 10.0.2

https://github.com/jmcollin78/versatile_thermostat/releases/tag/10.0.2

Assisted-by: pi coding agent / Mika (OpenAI GPT-5.5)
This commit is contained in:
Gerhard Schwanzer
2026-07-08 08:42:36 +02:00
parent 2fa9e71421
commit 0540a8eb7d
@@ -4,24 +4,26 @@
lib,
numpy,
scipy,
vtherm-api,
gitUpdater,
}:
buildHomeAssistantComponent rec {
owner = "jmcollin78";
domain = "versatile_thermostat";
version = "9.3.3";
version = "10.0.2";
src = fetchFromGitHub {
inherit owner;
repo = domain;
tag = version;
hash = "sha256-TiaJFFx3nEUYHVB5Ka71MaP8pngcPSdHxt920NSCQ8c=";
hash = "sha256-WnhOsvBhIyumWkEiX2Id2fz4GQQTZxBOLPtR6zHqsXw=";
};
dependencies = [
numpy
scipy
vtherm-api
];
passthru.updateScript = gitUpdater { ignoredVersions = "(Alpha|Beta|alpha|beta).*"; };