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

This commit is contained in:
Abílio Costa
2025-04-16 14:10:25 +02:00
committed by GitHub
parent 44d6f0bc2b
commit 950c332e36
+1 -1
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: