Merge pull request #333069 from dotlambda/home-assistant-custom-components.homematicip_local

home-assistant-custom-components.homematicip_local: 1.63.0 -> 1.64.0

authored by Robert Schütz and committed by GitHub a22545c5 4366aeed

+4 -4
+2 -2
pkgs/development/python-modules/hahomematic/default.nix
··· 16 16 17 17 buildPythonPackage rec { 18 18 pname = "hahomematic"; 19 - version = "2024.6.0"; 19 + version = "2024.8.1"; 20 20 pyproject = true; 21 21 22 22 disabled = pythonOlder "3.12"; ··· 25 25 owner = "danielperna84"; 26 26 repo = "hahomematic"; 27 27 rev = "refs/tags/${version}"; 28 - hash = "sha256-6WG8N4LcQ52mbrVP1aPL+xkpSQ9u3e0vV+Hf3ybh3mA="; 28 + hash = "sha256-myF10xrkq7xbov4veFiA1Jg6i+VS3khQPc/c2tx4gIc="; 29 29 }; 30 30 31 31 __darwinAllowLocalNetworking = true;
+2 -2
pkgs/servers/home-assistant/custom-components/homematicip_local/default.nix
··· 7 7 buildHomeAssistantComponent rec { 8 8 owner = "danielperna84"; 9 9 domain = "homematicip_local"; 10 - version = "1.63.0"; 10 + version = "1.64.0"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "danielperna84"; 14 14 repo = "custom_homematic"; 15 15 rev = "refs/tags/${version}"; 16 - hash = "sha256-DK+zkNidHF/41qMQLxmYjgcybbC8fomfSmViL+pN/1Y="; 16 + hash = "sha256-uKqX7TJrqujH8C9K8VPx977GsDeAdMh94390G5omUMY="; 17 17 }; 18 18 19 19 dependencies = [