home-assistant-custom-components.homematicip_local: 1.78.0 -> 1.78.1

Diff: https://github.com/SukramJ/custom_homematic/compare/refs/tags/1.78.0...1.78.1

Changelog: https://github.com/SukramJ/custom_homematic/blob/1.78.1/changelog.md
This commit is contained in:
Robert Schütz
2025-01-15 15:38:38 -08:00
parent 2b6151b9d7
commit 0a3babd30e
@@ -9,13 +9,13 @@
buildHomeAssistantComponent rec {
owner = "SukramJ";
domain = "homematicip_local";
version = "1.78.0";
version = "1.78.1";
src = fetchFromGitHub {
owner = "SukramJ";
repo = "custom_homematic";
tag = version;
hash = "sha256-WhY+JxX2uUk5pgraqAZqa/NB9lozXbTHr/szXUKAn48=";
hash = "sha256-nyeZOj7UztODz9ELGRKmtQPvmNaZ6vGqM3l1RgwAr5s=";
};
postPatch = ''