Improve type hints in device_automation tests (#120389)

This commit is contained in:
epenet 2024-06-25 10:58:10 +02:00 committed by GitHub
parent ddd8083302
commit 3d1ff72a88
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"