home-assistant-custom-components.versatile_thermostat: 7.2.9 -> 7.2.10 (#402938)

https://github.com/jmcollin78/versatile_thermostat/releases/tag/7.2.10
This commit is contained in:
R. RyanTM 2025-04-30 10:15:44 +10:00 committed by GitHub
parent 158026b578
commit ac95911865
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,13 +8,13 @@
buildHomeAssistantComponent rec {
owner = "jmcollin78";
domain = "versatile_thermostat";
version = "7.2.9";
version = "7.2.10";
src = fetchFromGitHub {
inherit owner;
repo = domain;
rev = "refs/tags/${version}";
hash = "sha256-dnCiB/IRk+FjZKTdXid6eheyml8eOUWMgYaS+JuJGV0=";
hash = "sha256-cg2FinRkQ8jNUNah+CovbNAE3uHpnrZAkmDJtl62VLY=";
};
passthru.updateScript = gitUpdater { ignoredVersions = "(Alpha|Beta|alpha|beta).*"; };