home-assistant-custom-components.homematicip_local: 2.0.2 -> 2.0.4

Diff: https://github.com/SukramJ/custom_homematic/compare/2.0.2...2.0.4

Changelog: https://github.com/SukramJ/custom_homematic/blob/2.0.4/changelog.md
This commit is contained in:
Robert Schütz
2026-01-05 02:17:04 -08:00
parent f4f36e1d07
commit d0044ce97f
@@ -13,13 +13,13 @@
buildHomeAssistantComponent rec {
owner = "SukramJ";
domain = "homematicip_local";
version = "2.0.2";
version = "2.0.4";
src = fetchFromGitHub {
owner = "SukramJ";
repo = "custom_homematic";
tag = version;
hash = "sha256-r/VKs5npPNoOZmWQmpoyEgCjRBZz8KEpNeLFVo5PECo=";
hash = "sha256-lcw1N2xnM+CkzLCSVkp9R/+AEoWUQTnDkGo+q4R21ZU=";
};
postPatch = ''