Improve type hints in device_automation tests (#120389)
This commit is contained in:
parent
ddd8083302
commit
3d1ff72a88
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue