Add missing return type to some test functions (#119665)

This commit is contained in:
epenet
2024-06-14 08:26:45 +02:00
committed by GitHub
parent 26e21bb356
commit 38a6e666a7
15 changed files with 20 additions and 18 deletions

View File

@@ -2067,7 +2067,7 @@ def test_states_function(hass: HomeAssistant) -> None:
async def test_state_translated(
hass: HomeAssistant, entity_registry: er.EntityRegistry
):
) -> None:
"""Test state_translated method."""
assert await async_setup_component(
hass,