home-assistant-custom-components.homematicip_local: 2.5.0 -> 2.5.2

Diff: https://github.com/SukramJ/custom_homematic/compare/2.5.0...2.5.2

Changelog: https://github.com/SukramJ/custom_homematic/blob/2.5.2/changelog.md
This commit is contained in:
Robert Schütz
2026-04-03 21:53:59 -07:00
parent 013dc975b8
commit 10385b8fb5
@@ -14,13 +14,13 @@
buildHomeAssistantComponent rec {
owner = "SukramJ";
domain = "homematicip_local";
version = "2.5.0";
version = "2.5.2";
src = fetchFromGitHub {
owner = "SukramJ";
repo = "custom_homematic";
tag = version;
hash = "sha256-ncD72aL5+SI2CDnAHvHqbJffnEApomjC2k88VIQH9O8=";
hash = "sha256-aGxz46s1LMFZkAS101gfpAerkWPQz4eNjxvc4EMgj5M=";
};
postPatch = ''