home-assistant-custom-components.homematicip_local: 2.4.1 -> 2.5.0

Diff: https://github.com/SukramJ/custom_homematic/compare/2.4.1...2.5.0

Changelog: https://github.com/SukramJ/custom_homematic/blob/2.5.0/changelog.md
This commit is contained in:
Robert Schütz
2026-04-02 13:10:34 -07:00
parent 597ae43899
commit 32678225ce
@@ -14,13 +14,13 @@
buildHomeAssistantComponent rec {
owner = "SukramJ";
domain = "homematicip_local";
version = "2.4.1";
version = "2.5.0";
src = fetchFromGitHub {
owner = "SukramJ";
repo = "custom_homematic";
tag = version;
hash = "sha256-Hl3nvTEf70SNS0qPatddCO5MEhZfAnMONoT7ghH2U00=";
hash = "sha256-ncD72aL5+SI2CDnAHvHqbJffnEApomjC2k88VIQH9O8=";
};
postPatch = ''