home-assistant-custom-components.home_connect_alt: 1.3.2 -> 1.3.4

This commit is contained in:
R. Ryantm
2025-12-10 14:53:35 +00:00
parent 9c8765aea4
commit 5db44047fb
@@ -8,13 +8,13 @@
buildHomeAssistantComponent rec {
owner = "ekutner";
domain = "home_connect_alt";
version = "1.3.2";
version = "1.3.4";
src = fetchFromGitHub {
owner = "ekutner";
repo = "home-connect-hass";
tag = version;
hash = "sha256-t5Af58HgYVMZki/93t63X2JPXDJm7PPt84yGj7MJKkE=";
hash = "sha256-X6yRoEJAmBDQzEo8WeEOMFZHJ6OOpw+XUKi+iHHOgOw=";
};
dependencies = [ home-connect-async ];