mirror of
https://github.com/home-assistant/core.git
synced 2025-11-14 05:20:17 +00:00
Add return type hints in tests (k-z) (#118942)
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user