Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.husqvarna_automower.coordinator Namespace Reference

Classes

class  AutomowerDataUpdateCoordinator
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
int DEFAULT_RECONNECT_TIME = 2
 
int MAX_WS_RECONNECT_TIME = 600
 
 SCAN_INTERVAL = timedelta(minutes=8)
 

Detailed Description

Data UpdateCoordinator for the Husqvarna Automower integration.

Variable Documentation

◆ _LOGGER

homeassistant.components.husqvarna_automower.coordinator._LOGGER = logging.getLogger(__name__)
private

Definition at line 23 of file coordinator.py.

◆ DEFAULT_RECONNECT_TIME

int homeassistant.components.husqvarna_automower.coordinator.DEFAULT_RECONNECT_TIME = 2

Definition at line 26 of file coordinator.py.

◆ MAX_WS_RECONNECT_TIME

int homeassistant.components.husqvarna_automower.coordinator.MAX_WS_RECONNECT_TIME = 600

Definition at line 24 of file coordinator.py.

◆ SCAN_INTERVAL

homeassistant.components.husqvarna_automower.coordinator.SCAN_INTERVAL = timedelta(minutes=8)

Definition at line 25 of file coordinator.py.