home-assistant-custom-components.homematicip_local: 2.1.0 -> 2.1.1

Diff: https://github.com/SukramJ/custom_homematic/compare/2.1.0...2.1.1

Changelog: https://github.com/SukramJ/custom_homematic/blob/2.1.1/changelog.md
This commit is contained in:
Robert Schütz
2026-01-11 07:16:30 -08:00
parent 30e9dcf223
commit f5576e893f
@@ -13,13 +13,13 @@
buildHomeAssistantComponent rec {
owner = "SukramJ";
domain = "homematicip_local";
version = "2.1.0";
version = "2.1.1";
src = fetchFromGitHub {
owner = "SukramJ";
repo = "custom_homematic";
tag = version;
hash = "sha256-zXosnxVbJ/rADzbOvm6GIJLAx+EIK3vQ50qNck5sYwg=";
hash = "sha256-pE32BBFuhHfEc0mGTrrDqdeHgz6LeOZmJmjfsvdrleQ=";
};
postPatch = ''