home-assistant-custom-components.homematicip_local: 1.89.1 -> 1.90.0

Diff: https://github.com/SukramJ/custom_homematic/compare/1.89.1...1.90.0

Changelog: https://github.com/SukramJ/custom_homematic/blob/1.90.0/changelog.md
This commit is contained in:
Robert Schütz
2025-11-04 07:12:39 -08:00
parent 2ae599d786
commit 2d8969c8c1
@@ -9,13 +9,13 @@
buildHomeAssistantComponent rec {
owner = "SukramJ";
domain = "homematicip_local";
version = "1.89.1";
version = "1.90.0";
src = fetchFromGitHub {
owner = "SukramJ";
repo = "custom_homematic";
tag = version;
hash = "sha256-40t64RAJy/isLfcP71pKiqh3cFXy/s1Mv35NosPnh48=";
hash = "sha256-tdOxZWofsb2loN1ItQNeEwjIR4divLidyiyAgze6hqw=";
};
postPatch = ''