diff --git a/tests/components/device_automation/test_init.py b/tests/components/device_automation/test_init.py index 7d68a944de1..b270d2ddd7a 100644 --- a/tests/components/device_automation/test_init.py +++ b/tests/components/device_automation/test_init.py @@ -46,7 +46,7 @@ def stub_blueprint_populate_autouse(stub_blueprint_populate: None) -> None: @pytest.fixture -def fake_integration(hass): +def fake_integration(hass: HomeAssistant) -> None: """Set up a mock integration with device automation support.""" DOMAIN = "fake_integration"