home-assistant-custom-components.versatile_thermostat: 7.2.4 -> 7.2.5 (#391826)

https://github.com/jmcollin78/versatile_thermostat/releases/tag/7.2.5
This commit is contained in:
R. RyanTM
2025-03-21 15:10:16 +01:00
committed by GitHub
parent e93e4f99cb
commit c82d54f183
@@ -8,13 +8,13 @@
buildHomeAssistantComponent rec {
owner = "jmcollin78";
domain = "versatile_thermostat";
version = "7.2.4";
version = "7.2.5";
src = fetchFromGitHub {
inherit owner;
repo = domain;
rev = "refs/tags/${version}";
hash = "sha256-djrhF4BMjQNYHAQNUobqcN5M+ptA/oEjDRR8ZRbBmH8=";
hash = "sha256-my2jy9pab0b8ZPBu9ZD1WWhJQp0pJUXlC9G0Ow969Sc=";
};
passthru.updateScript = gitUpdater { ignoredVersions = "(Alpha|Beta|alpha|beta).*"; };