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

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

Changelog: https://github.com/SukramJ/custom_homematic/blob/1.90.2/changelog.md
This commit is contained in:
Robert Schütz
2025-11-05 10:25:41 -08:00
parent c6cc00999d
commit 6f0af2d8e6

View File

@@ -13,13 +13,13 @@
buildHomeAssistantComponent rec { buildHomeAssistantComponent rec {
owner = "SukramJ"; owner = "SukramJ";
domain = "homematicip_local"; domain = "homematicip_local";
version = "1.90.0"; version = "1.90.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "SukramJ"; owner = "SukramJ";
repo = "custom_homematic"; repo = "custom_homematic";
tag = version; tag = version;
hash = "sha256-tdOxZWofsb2loN1ItQNeEwjIR4divLidyiyAgze6hqw="; hash = "sha256-ARBCwwvGFODMBNf0Ds4DL65V8LKm9nfiKaPUn0c6kYE=";
}; };
postPatch = '' postPatch = ''