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

Classes

class  NiceGODevice
 
class  NiceGOUpdateCoordinator
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
int RECONNECT_ATTEMPTS = 3
 
int RECONNECT_DELAY = 5
 

Detailed Description

DataUpdateCoordinator for Nice G.O.

Variable Documentation

◆ _LOGGER

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

Definition at line 37 of file coordinator.py.

◆ RECONNECT_ATTEMPTS

int homeassistant.components.nice_go.coordinator.RECONNECT_ATTEMPTS = 3

Definition at line 39 of file coordinator.py.

◆ RECONNECT_DELAY

int homeassistant.components.nice_go.coordinator.RECONNECT_DELAY = 5

Definition at line 40 of file coordinator.py.