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

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

Changelog: https://github.com/SukramJ/custom_homematic/blob/2.2.4/changelog.md
This commit is contained in:
Robert Schütz
2026-02-04 13:52:50 -08:00
parent f6ebc2f2ee
commit 5fd490608e
@@ -13,13 +13,13 @@
buildHomeAssistantComponent rec {
owner = "SukramJ";
domain = "homematicip_local";
version = "2.2.3";
version = "2.2.4";
src = fetchFromGitHub {
owner = "SukramJ";
repo = "custom_homematic";
tag = version;
hash = "sha256-vdzQtF+5CH1gqLOnNaoUDDSJvJPqpORQdDKosmQ1xv0=";
hash = "sha256-LriphFQn7kpZdPox5//uAVddlNpALMk4pucyYOnfSSs=";
};
postPatch = ''