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

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

Changelog: https://github.com/SukramJ/custom_homematic/blob/2.3.1/changelog.md
This commit is contained in:
Robert Schütz
2026-02-26 14:38:11 -08:00
parent 22882e5cf5
commit bf619d6960
@@ -14,13 +14,13 @@
buildHomeAssistantComponent rec {
owner = "SukramJ";
domain = "homematicip_local";
version = "2.3.0";
version = "2.3.1";
src = fetchFromGitHub {
owner = "SukramJ";
repo = "custom_homematic";
tag = version;
hash = "sha256-czRRDl+EhRTxtCzP+CV63wcKRX6r11+x6E4So4osrek=";
hash = "sha256-Y4yV4SyMtfXkb+5mcaT0qjjEu/+jv9zJ8LtSrFcuBFg=";
};
postPatch = ''