lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

home-assistant-custom-components.homematicip_local: 1.86.0 -> 1.87.0 (#445848)

authored by

dotlambda and committed by
GitHub
e24d7540 d9c11521

+8 -5
+6 -3
pkgs/development/python-modules/aiohomematic/default.nix
··· 16 16 17 17 buildPythonPackage rec { 18 18 pname = "aiohomematic"; 19 - version = "2025.8.10"; 19 + version = "2025.9.4"; 20 20 pyproject = true; 21 21 22 22 src = fetchFromGitHub { 23 23 owner = "SukramJ"; 24 24 repo = "aiohomematic"; 25 25 tag = version; 26 - hash = "sha256-ii+fvjn54IT376YzwljPz2tkx2bv8jojI4rNracCgwA="; 26 + hash = "sha256-+OoWomZCrRPHtpmYnzjhvcpidP5GWQwWoZpTZ4Bdgwg="; 27 27 }; 28 28 29 29 postPatch = '' ··· 60 60 homepage = "https://github.com/SukramJ/aiohomematic"; 61 61 changelog = "https://github.com/SukramJ/aiohomematic/blob/${src.tag}/changelog.md"; 62 62 license = lib.licenses.mit; 63 - maintainers = with lib.maintainers; [ fab ]; 63 + maintainers = with lib.maintainers; [ 64 + dotlambda 65 + fab 66 + ]; 64 67 }; 65 68 }
+2 -2
pkgs/servers/home-assistant/custom-components/homematicip_local/package.nix
··· 9 9 buildHomeAssistantComponent rec { 10 10 owner = "SukramJ"; 11 11 domain = "homematicip_local"; 12 - version = "1.86.0"; 12 + version = "1.87.0"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "SukramJ"; 16 16 repo = "custom_homematic"; 17 17 tag = version; 18 - hash = "sha256-QGQVSx6yPfT178GAPPbfiOMuEJ6aPFc0SUp5vO9AYUQ="; 18 + hash = "sha256-ZZXF/YvsnNPywA+/T0u+kgIp+meH4MNNr2Dw+BmIvP8="; 19 19 }; 20 20 21 21 postPatch = ''