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

Classes

class  TotalConnectDataUpdateCoordinator
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
 SCAN_INTERVAL = timedelta(seconds=30)
 

Detailed Description

The totalconnect component.

Variable Documentation

◆ _LOGGER

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

Definition at line 21 of file coordinator.py.

◆ SCAN_INTERVAL

homeassistant.components.totalconnect.coordinator.SCAN_INTERVAL = timedelta(seconds=30)

Definition at line 20 of file coordinator.py.