home-assistant-custom-components.homematicip_local: 1.87.0 -> 1.88.1

Diff: https://github.com/SukramJ/custom_homematic/compare/1.87.0...1.88.1

Changelog: https://github.com/SukramJ/custom_homematic/blob/1.88.1/changelog.md
This commit is contained in:
Robert Schütz
2025-10-01 14:34:43 -07:00
parent 466d109460
commit acd2af778a
@@ -9,13 +9,13 @@
buildHomeAssistantComponent rec {
owner = "SukramJ";
domain = "homematicip_local";
version = "1.87.0";
version = "1.88.1";
src = fetchFromGitHub {
owner = "SukramJ";
repo = "custom_homematic";
tag = version;
hash = "sha256-ZZXF/YvsnNPywA+/T0u+kgIp+meH4MNNr2Dw+BmIvP8=";
hash = "sha256-SAjASZgcpEx/8kiBb8JGifYXnIx2cMbt6c2JNk/n/QU=";
};
postPatch = ''