home-assistant-custom-components.homematicip_local: 2.9.0 -> 2.9.1

Diff: https://github.com/SukramJ/custom_homematic/compare/2.9.0...2.9.1

Changelog: https://github.com/SukramJ/custom_homematic/blob/2.9.1/changelog.md
This commit is contained in:
Robert Schütz
2026-08-10 13:32:55 -07:00
parent ce5c4fbdb7
commit 02dc4e454f

View File

@@ -17,13 +17,13 @@
buildHomeAssistantComponent rec {
owner = "SukramJ";
domain = "homematicip_local";
version = "2.9.0";
version = "2.9.1";
src = fetchFromGitHub {
owner = "SukramJ";
repo = "custom_homematic";
tag = version;
hash = "sha256-FqCWIkv5Ex2U05J+ROWLmN0uLBMh3CuPwLqMJKLbuMI=";
hash = "sha256-zBtTqNxmOD844rBxPyHGCkE3GLYUH8mI5qBtPdxz24o=";
};
postPatch = ''