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

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

Changelog: https://github.com/SukramJ/custom_homematic/blob/2.2.2/changelog.md
This commit is contained in:
Robert Schütz
2026-01-25 11:42:16 -08:00
parent c6420f912f
commit e77b9302cc
@@ -13,13 +13,13 @@
buildHomeAssistantComponent rec {
owner = "SukramJ";
domain = "homematicip_local";
version = "2.1.2";
version = "2.2.2";
src = fetchFromGitHub {
owner = "SukramJ";
repo = "custom_homematic";
tag = version;
hash = "sha256-GD5EcsVjlhP6jHsZgedd2HHASFHvt3iaJAPHtnm7U+0=";
hash = "sha256-aILnBc163oB0NgBAubbqQTP8wwrLN8AcvGP21sc1314=";
};
postPatch = ''