home-assistant-custom-components.homematicip_local: 1.84.0 -> 1.84.1

Diff: https://github.com/SukramJ/custom_homematic/compare/refs/tags/1.84.0...refs/tags/1.84.1

Changelog: https://github.com/SukramJ/custom_homematic/blob/1.84.1/changelog.md
This commit is contained in:
Robert Schütz
2025-06-27 12:38:20 -07:00
parent 5f4000841c
commit 0773d0c98e
@@ -9,13 +9,13 @@
buildHomeAssistantComponent rec {
owner = "SukramJ";
domain = "homematicip_local";
version = "1.84.0";
version = "1.84.1";
src = fetchFromGitHub {
owner = "SukramJ";
repo = "custom_homematic";
tag = version;
hash = "sha256-vOMd+C+Is/bj4ZwNu1jkgEvS9EvwdvwxGnmqahMJg8k=";
hash = "sha256-iR+y2hY8wF4flMWsh52gcupZbnaAlbwibHx1sY5JmmM=";
};
postPatch = ''