mirror of
https://github.com/home-assistant/core.git
synced 2025-08-13 17:45:19 +02:00
Update homeassistant/components/husqvarna_automower/coordinator.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
This commit is contained in:
@@ -41,7 +41,7 @@ class AutomowerDataUpdateCoordinator(DataUpdateCoordinator[dict[str, MowerAttrib
|
|||||||
)
|
)
|
||||||
self.api = api
|
self.api = api
|
||||||
self.ws_connected: bool = False
|
self.ws_connected: bool = False
|
||||||
self.reconnect_time: int = (
|
self.reconnect_time = (
|
||||||
DEFAULT_RECONNECT_TIME # Initialize the reconnect time
|
DEFAULT_RECONNECT_TIME # Initialize the reconnect time
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user