about summary refs log tree commit diff
path: root/pkgs/servers/home-assistant
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2024-04-12 09:36:08 +0200
committerGitHub <noreply@github.com>2024-04-12 09:36:08 +0200
commit83a67322b1084c68c09fbc1f1e608073ec2c594a (patch)
tree79724c086c5260e509a20a70c7cba109c95d7e93 /pkgs/servers/home-assistant
parent0c250083fbd5849a9c24a1b08c32a741f12cc739 (diff)
parent85af3e0c8975317c8c86b8210bdd46d47aa3ce95 (diff)
Merge pull request #301320 from dotlambda/python3Packages.hahomematic
python312Packages.hahomematic: 2024.3.1 -> 2024.4.6
Diffstat (limited to 'pkgs/servers/home-assistant')
-rw-r--r--pkgs/servers/home-assistant/custom-components/homematicip_local/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/home-assistant/custom-components/homematicip_local/default.nix b/pkgs/servers/home-assistant/custom-components/homematicip_local/default.nix
index 26b9f85e1d790..26fed03c92756 100644
--- a/pkgs/servers/home-assistant/custom-components/homematicip_local/default.nix
+++ b/pkgs/servers/home-assistant/custom-components/homematicip_local/default.nix
@@ -7,13 +7,13 @@
 buildHomeAssistantComponent rec {
   owner = "danielperna84";
   domain = "homematicip_local";
-  version = "1.58.0";
+  version = "1.59.0";
 
   src = fetchFromGitHub {
     owner = "danielperna84";
     repo = "custom_homematic";
     rev = "refs/tags/${version}";
-    hash = "sha256-ianM29eF2MN2THS3CTg4tBkd+8pV/m1fg8VvMDhhadg=";
+    hash = "sha256-fVOx/ONE+XXluXrImZWoD630EK/FOLb/Ft/L7t2Ua8o=";
   };
 
   dependencies = [