home-assistant-custom-components.homematicip_local: 2.3.1 -> 2.3.2

Diff: https://github.com/SukramJ/custom_homematic/compare/2.3.1...2.3.2

Changelog: https://github.com/SukramJ/custom_homematic/blob/2.3.2/changelog.md
This commit is contained in:
Robert Schütz
2026-03-03 13:53:56 -08:00
parent 285f3e5a20
commit 6bdac42de3
@@ -14,13 +14,13 @@
buildHomeAssistantComponent rec {
owner = "SukramJ";
domain = "homematicip_local";
version = "2.3.1";
version = "2.3.2";
src = fetchFromGitHub {
owner = "SukramJ";
repo = "custom_homematic";
tag = version;
hash = "sha256-Y4yV4SyMtfXkb+5mcaT0qjjEu/+jv9zJ8LtSrFcuBFg=";
hash = "sha256-MQ3jzAq8GNy22/qovLpmUZSyyATnejweFWxue2xsZ+s=";
};
postPatch = ''