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

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

Changelog: https://github.com/SukramJ/custom_homematic/blob/2.0.5/changelog.md
This commit is contained in:
Robert Schütz
2026-01-06 14:21:23 -08:00
parent 70d73d52f5
commit 3efd7ca61c
@@ -13,13 +13,13 @@
buildHomeAssistantComponent rec {
owner = "SukramJ";
domain = "homematicip_local";
version = "2.0.4";
version = "2.0.5";
src = fetchFromGitHub {
owner = "SukramJ";
repo = "custom_homematic";
tag = version;
hash = "sha256-lcw1N2xnM+CkzLCSVkp9R/+AEoWUQTnDkGo+q4R21ZU=";
hash = "sha256-lbmhC2vpHWGLweTXlpA9Bz8kO4SsxtcL7xzDfmOl4S0=";
};
postPatch = ''