mirror of
https://github.com/home-assistant/core.git
synced 2025-08-25 23:41:35 +02:00
Update homeassistant/components/husqvarna_automower/coordinator.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
This commit is contained in:
@@ -79,7 +79,7 @@ class AutomowerDataUpdateCoordinator(DataUpdateCoordinator[dict[str, MowerAttrib
|
||||
reconnect_time = min(reconnect_time * 2, MAX_WS_RECONNECT_TIME)
|
||||
entry.async_create_background_task(
|
||||
hass,
|
||||
self.client_listen(hass, entry, automower_client),
|
||||
self.client_listen(hass, entry, automower_client, reconnect_time),
|
||||
"reconnect_task",
|
||||
)
|
||||
else:
|
||||
|
Reference in New Issue
Block a user