Loading pkgs/servers/home-assistant/custom-components/homematicip_local/package.nix +16 −0 Original line number Diff line number Diff line { lib, async-upnp-client, buildHomeAssistantComponent, fetchFromGitHub, aiohomematic, aiohomematic-test-support, home-assistant, pytest-homeassistant-custom-component, pytestCheckHook, }: buildHomeAssistantComponent rec { Loading @@ -29,6 +33,18 @@ buildHomeAssistantComponent rec { aiohomematic ]; nativeCheckInputs = [ aiohomematic-test-support async-upnp-client pytest-homeassistant-custom-component pytestCheckHook ]; disabledTests = [ # custom_components.homematicip_local.support.InvalidConfig: C "test_async_validate_config_and_get_system_information" ]; meta = { changelog = "https://github.com/SukramJ/custom_homematic/blob/${src.tag}/changelog.md"; description = "Custom Home Assistant Component for HomeMatic"; Loading Loading
pkgs/servers/home-assistant/custom-components/homematicip_local/package.nix +16 −0 Original line number Diff line number Diff line { lib, async-upnp-client, buildHomeAssistantComponent, fetchFromGitHub, aiohomematic, aiohomematic-test-support, home-assistant, pytest-homeassistant-custom-component, pytestCheckHook, }: buildHomeAssistantComponent rec { Loading @@ -29,6 +33,18 @@ buildHomeAssistantComponent rec { aiohomematic ]; nativeCheckInputs = [ aiohomematic-test-support async-upnp-client pytest-homeassistant-custom-component pytestCheckHook ]; disabledTests = [ # custom_components.homematicip_local.support.InvalidConfig: C "test_async_validate_config_and_get_system_information" ]; meta = { changelog = "https://github.com/SukramJ/custom_homematic/blob/${src.tag}/changelog.md"; description = "Custom Home Assistant Component for HomeMatic"; Loading