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

Classes

class  TedeeApiCoordinator
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
int GET_LOCKS_INTERVAL_SECONDS = 3600
 
 SCAN_INTERVAL = timedelta(seconds=30)
 
 TedeeConfigEntry
 

Detailed Description

Coordinator for Tedee locks.

Variable Documentation

◆ _LOGGER

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

Definition at line 34 of file coordinator.py.

◆ GET_LOCKS_INTERVAL_SECONDS

int homeassistant.components.tedee.coordinator.GET_LOCKS_INTERVAL_SECONDS = 3600

Definition at line 32 of file coordinator.py.

◆ SCAN_INTERVAL

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

Definition at line 31 of file coordinator.py.

◆ TedeeConfigEntry

homeassistant.components.tedee.coordinator.TedeeConfigEntry

Definition at line 36 of file coordinator.py.