mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 14:17:45 +00:00
Fix wrong return type in Whirlpool test helper (#143085)
This commit is contained in:
parent
44d6f0bc2b
commit
950c332e36
@ -23,7 +23,7 @@ DRYER_ENTITY_ID_BASE = "sensor.dryer"
|
||||
|
||||
async def trigger_attr_callback(
|
||||
hass: HomeAssistant, mock_api_instance: MagicMock
|
||||
) -> State:
|
||||
) -> None:
|
||||
"""Simulate an update trigger from the API."""
|
||||
|
||||
for call in mock_api_instance.register_attr_callback.call_args_list:
|
||||
|
Loading…
x
Reference in New Issue
Block a user