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

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

Changelog: https://github.com/SukramJ/custom_homematic/blob/2.0.6/changelog.md
This commit is contained in:
Robert Schütz
2026-01-08 02:43:18 -08:00
parent 25f517f973
commit fd358cb9f7
@@ -13,13 +13,13 @@
buildHomeAssistantComponent rec {
owner = "SukramJ";
domain = "homematicip_local";
version = "2.0.5";
version = "2.0.6";
src = fetchFromGitHub {
owner = "SukramJ";
repo = "custom_homematic";
tag = version;
hash = "sha256-lbmhC2vpHWGLweTXlpA9Bz8kO4SsxtcL7xzDfmOl4S0=";
hash = "sha256-BlA3PAR8tJZbYqzlt5iah7BY2LnVyfNnKm8NxjrPJ2c=";
};
postPatch = ''