Update homeassistant/components/husqvarna_automower/coordinator.py

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
This commit is contained in:
Thomas55555
2024-09-17 17:24:47 +02:00
committed by GitHub
parent a17e0681ec
commit 292a2015ac

View File

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