mirror of
https://github.com/home-assistant/core.git
synced 2026-09-25 17:04:04 -04:00
Fix wrong return type in Whirlpool test helper (#143085)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user