Fix wrong return type in Whirlpool test helper (#143085)

This commit is contained in:
Abílio Costa 2025-04-16 13:10:25 +01:00 committed by GitHub
parent 44d6f0bc2b
commit 950c332e36
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: