home-assistant-custom-components.homematicip_local: 1.82.1 -> 1.83.0

Diff: https://github.com/SukramJ/custom_homematic/compare/refs/tags/1.82.1...1.83.0

Changelog: https://github.com/SukramJ/custom_homematic/blob/1.83.0/changelog.md
This commit is contained in:
Robert Schütz
2025-04-12 17:19:17 -07:00
parent 5e21ad6ba9
commit 05318b2d32
@@ -9,13 +9,13 @@
buildHomeAssistantComponent rec {
owner = "SukramJ";
domain = "homematicip_local";
version = "1.82.1";
version = "1.83.0";
src = fetchFromGitHub {
owner = "SukramJ";
repo = "custom_homematic";
tag = version;
hash = "sha256-/ZUSPYdjHZ/qHucKgxPLjvktr0LEYRdHPn/iypf3Y44=";
hash = "sha256-F26Q7nfikw5NSa84L0LKwTSQDmqEdxwYyyzBNzSMWPw=";
};
postPatch = ''