Add return type hints in tests (k-z) (#118942)
This commit is contained in:
parent
b5b7c9bcd5
commit
c7cc465e5c
26 changed files with 79 additions and 76 deletions
|
@ -79,7 +79,7 @@ async def test_lg_netcast_turn_on_trigger_device_id(
|
|||
|
||||
async def test_lg_netcast_turn_on_trigger_entity_id(
|
||||
hass: HomeAssistant, calls: list[ServiceCall]
|
||||
):
|
||||
) -> None:
|
||||
"""Test for turn_on triggers by entity firing."""
|
||||
await setup_lgnetcast(hass)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue