home-assistant-custom-components.homematicip_local: 2.2.2 -> 2.2.3

Diff: https://github.com/SukramJ/custom_homematic/compare/2.2.2...2.2.3

Changelog: https://github.com/SukramJ/custom_homematic/blob/2.2.3/changelog.md
This commit is contained in:
Robert Schütz
2026-01-30 11:31:47 -08:00
parent 451776f476
commit 499ec28c1d
@@ -13,13 +13,13 @@
buildHomeAssistantComponent rec {
owner = "SukramJ";
domain = "homematicip_local";
version = "2.2.2";
version = "2.2.3";
src = fetchFromGitHub {
owner = "SukramJ";
repo = "custom_homematic";
tag = version;
hash = "sha256-aILnBc163oB0NgBAubbqQTP8wwrLN8AcvGP21sc1314=";
hash = "sha256-vdzQtF+5CH1gqLOnNaoUDDSJvJPqpORQdDKosmQ1xv0=";
};
postPatch = ''