home-assistant-custom-components.homematicip_local: 1.81.2 -> 1.82.0

Diff: https://github.com/SukramJ/custom_homematic/compare/refs/tags/1.81.2...1.82.0

Changelog: https://github.com/SukramJ/custom_homematic/blob/1.82.0/changelog.md
This commit is contained in:
Robert Schütz
2025-03-28 12:31:59 -07:00
parent 74c6e461af
commit 43faff3abd
@@ -9,13 +9,13 @@
buildHomeAssistantComponent rec {
owner = "SukramJ";
domain = "homematicip_local";
version = "1.81.2";
version = "1.82.0";
src = fetchFromGitHub {
owner = "SukramJ";
repo = "custom_homematic";
tag = version;
hash = "sha256-8B1zaU0fMRN2drJvfdifEXM2bXwHBD6PP7/c8lXQPLA=";
hash = "sha256-4JWFjigTDhU0Fjcw5SCBBFQSV2q6IjiueNGSgpPaiNw=";
};
postPatch = ''