home-assistant-custom-components.homematicip_local: 1.80.0 -> 1.81.1

Diff: https://github.com/SukramJ/custom_homematic/compare/refs/tags/1.80.0...1.81.1

Changelog: https://github.com/SukramJ/custom_homematic/blob/1.81.1/changelog.md
This commit is contained in:
Robert Schütz
2025-02-06 18:55:28 +01:00
committed by Martin Weinelt
parent 08ec74a5dd
commit 79d9f400a4
@@ -9,13 +9,13 @@
buildHomeAssistantComponent rec {
owner = "SukramJ";
domain = "homematicip_local";
version = "1.80.0";
version = "1.81.1";
src = fetchFromGitHub {
owner = "SukramJ";
repo = "custom_homematic";
tag = version;
hash = "sha256-smagkEz5ec3Wrv5ldMY9hv+TnSzQ7pbZUURnTKBsF1g=";
hash = "sha256-9K+Uc39iwz+F6Og4dCu88iTT1Y7QJ7gnRw3cdo0ip14=";
};
postPatch = ''