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 73ca78499249..f5a05af9eab6 100644 --- a/pkgs/servers/home-assistant/custom-components/homematicip_local/package.nix +++ b/pkgs/servers/home-assistant/custom-components/homematicip_local/package.nix @@ -8,6 +8,7 @@ aiohomematic-test-support, home-assistant, openccu-data, + openccu-loom-client, pytest-homeassistant-custom-component, pytest-xdist, pytestCheckHook, @@ -16,13 +17,13 @@ buildHomeAssistantComponent rec { owner = "SukramJ"; domain = "homematicip_local"; - version = "2.7.3"; + version = "2.8.2"; src = fetchFromGitHub { owner = "SukramJ"; repo = "custom_homematic"; tag = version; - hash = "sha256-9dXvIxMMdHTOi9JbRsHbySqRUYq6dN+MzrOocq9cpdA="; + hash = "sha256-KCvchOYhBYJNYbc/7HvuwrXMDoxkl15ikpJPZMC4cEc="; }; postPatch = '' @@ -36,6 +37,7 @@ buildHomeAssistantComponent rec { aiohomematic aiohomematic-config openccu-data + openccu-loom-client ]; nativeCheckInputs = [ @@ -54,8 +56,6 @@ buildHomeAssistantComponent rec { disabledTests = [ # custom_components.homematicip_local.support.InvalidConfig: C "test_async_validate_config_and_get_system_information" - # Failed: Lingering timer after test - "test_reauth_flow_success" ]; meta = {