From c6420f912fc1c0fe7752a570dd3f48364088aa10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Sun, 25 Jan 2026 11:19:30 -0800 Subject: [PATCH 1/2] python3Packages.aiohomematic: 2026.1.38 -> 2026.1.50 Diff: https://github.com/SukramJ/aiohomematic/compare/2026.1.38...2026.1.50 Changelog: https://github.com/SukramJ/aiohomematic/blob/2026.1.50/changelog.md --- .../python-modules/aiohomematic/default.nix | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/aiohomematic/default.nix b/pkgs/development/python-modules/aiohomematic/default.nix index ed80ce2ada10..28d54f7a2520 100644 --- a/pkgs/development/python-modules/aiohomematic/default.nix +++ b/pkgs/development/python-modules/aiohomematic/default.nix @@ -5,25 +5,26 @@ fetchFromGitHub, freezegun, orjson, + pydantic, pydevccu, pytest-asyncio, pytest-socket, + pytest-xdist, pytestCheckHook, python-slugify, setuptools, - voluptuous, }: buildPythonPackage rec { pname = "aiohomematic"; - version = "2026.1.38"; + version = "2026.1.50"; pyproject = true; src = fetchFromGitHub { owner = "SukramJ"; repo = "aiohomematic"; tag = version; - hash = "sha256-2Rf6WRMs/m55/kdq7yEmLkf4ptlOhfyRnvNT4XqelPs="; + hash = "sha256-/KUfbBjcV6WirzlIs8J8fvLXXTaT3ypEzqe9X0borq4="; }; build-system = [ setuptools ]; @@ -31,14 +32,15 @@ buildPythonPackage rec { dependencies = [ aiohttp orjson + pydantic python-slugify - voluptuous ]; nativeCheckInputs = [ freezegun pydevccu pytest-asyncio + pytest-xdist pytest-socket pytestCheckHook ]; From e77b9302cc6cd010b7273f2bf8bba5f58e27857e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Sun, 25 Jan 2026 11:18:58 -0800 Subject: [PATCH 2/2] home-assistant-custom-components.homematicip_local: 2.1.2 -> 2.2.2 Diff: https://github.com/SukramJ/custom_homematic/compare/2.1.2...2.2.2 Changelog: https://github.com/SukramJ/custom_homematic/blob/2.2.2/changelog.md --- .../custom-components/homematicip_local/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/servers/home-assistant/custom-components/homematicip_local/package.nix b/pkgs/servers/home-assistant/custom-components/homematicip_local/package.nix index 0835972d1f1b..9300735a5e5f 100644 --- a/pkgs/servers/home-assistant/custom-components/homematicip_local/package.nix +++ b/pkgs/servers/home-assistant/custom-components/homematicip_local/package.nix @@ -13,13 +13,13 @@ buildHomeAssistantComponent rec { owner = "SukramJ"; domain = "homematicip_local"; - version = "2.1.2"; + version = "2.2.2"; src = fetchFromGitHub { owner = "SukramJ"; repo = "custom_homematic"; tag = version; - hash = "sha256-GD5EcsVjlhP6jHsZgedd2HHASFHvt3iaJAPHtnm7U+0="; + hash = "sha256-aILnBc163oB0NgBAubbqQTP8wwrLN8AcvGP21sc1314="; }; postPatch = ''