home-assistant-custom-components.versatile_thermostat: 9.2.2 -> 9.3.1 (#505367)

This commit is contained in:
Martin Weinelt 2026-04-01 09:45:15 +00:00 committed by GitHub
commit 5f0ef19d3a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,13 +10,13 @@
buildHomeAssistantComponent rec {
owner = "jmcollin78";
domain = "versatile_thermostat";
version = "9.2.2";
version = "9.3.1";
src = fetchFromGitHub {
inherit owner;
repo = domain;
tag = version;
hash = "sha256-njVafcJdnpYF7m1u6674IqWdU5Yv1n3HNEvXr61mL/I=";
hash = "sha256-BdGMF4f6OfG+y6RrN7r7/GjY8OD+4eQM9syuxGI0IiI=";
};
dependencies = [