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

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

Changelog: https://github.com/SukramJ/custom_homematic/blob/2.6.0/changelog.md
This commit is contained in:
Robert Schütz
2026-04-10 08:37:31 -07:00
parent 5d533110fb
commit 2aabf7b047
@@ -14,13 +14,13 @@
buildHomeAssistantComponent rec {
owner = "SukramJ";
domain = "homematicip_local";
version = "2.5.2";
version = "2.6.0";
src = fetchFromGitHub {
owner = "SukramJ";
repo = "custom_homematic";
tag = version;
hash = "sha256-aGxz46s1LMFZkAS101gfpAerkWPQz4eNjxvc4EMgj5M=";
hash = "sha256-u3REMGuaQ+wQgDgiTvplBRMbzZJDUfcbyJm9tYOuYIw=";
};
postPatch = ''