home-assistant-custom-components.home_connect_alt: 1.4.0 -> 1.4.1
Diff: https://github.com/ekutner/home-connect-hass/compare/1.4.0...1.4.1 Changelog: https://github.com/ekutner/home-connect-hass/releases/tag/1.4.1
This commit is contained in:
committed by
Martin Weinelt
parent
86462141ce
commit
48aa09dd9b
@@ -8,13 +8,13 @@
|
||||
buildHomeAssistantComponent rec {
|
||||
owner = "ekutner";
|
||||
domain = "home_connect_alt";
|
||||
version = "1.4.0";
|
||||
version = "1.4.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "ekutner";
|
||||
repo = "home-connect-hass";
|
||||
tag = version;
|
||||
hash = "sha256-y4IzSRJrqOeKAZN1kibmsV/l23hjSQIuOoeEdYmbmBo=";
|
||||
hash = "sha256-zrLDV5rO+i0nAXGnPuuPbQKbB8TAjNL0eOcvDuLiOF0=";
|
||||
};
|
||||
|
||||
dependencies = [ home-connect-async ];
|
||||
|
||||
Reference in New Issue
Block a user