home-assistant-custom-components.home_connect_alt: 1.3.0-b1 -> 1.3.2

https://github.com/ekutner/home-connect-hass/releases/tag/1.3.1
https://github.com/ekutner/home-connect-hass/releases/tag/1.3.2
This commit is contained in:
Martin Weinelt
2025-11-06 03:51:38 +01:00
parent 32a4cbdc7a
commit f46f86ec8e
@@ -8,18 +8,19 @@
buildHomeAssistantComponent rec {
owner = "ekutner";
domain = "home_connect_alt";
version = "1.3.0-b1";
version = "1.3.2";
src = fetchFromGitHub {
owner = "ekutner";
repo = "home-connect-hass";
tag = version;
hash = "sha256-jWrVHwMdzjG0gHWl1NS6WAzdmlmS20BUmh6HzplsGgw=";
hash = "sha256-t5Af58HgYVMZki/93t63X2JPXDJm7PPt84yGj7MJKkE=";
};
dependencies = [ home-connect-async ];
meta = with lib; {
changelog = "https://github.com/ekutner/home-connect-hass/releases/tag/${src.tag}";
description = "Alternative (and improved) Home Connect integration for Home Assistant";
homepage = "https://github.com/ekutner/home-connect-hass";
maintainers = with maintainers; [ kranzes ];