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

Classes

class  CalDavUpdateCoordinator
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
 MIN_TIME_BETWEEN_UPDATES = timedelta(minutes=15)
 
string OFFSET = "!!"
 

Detailed Description

Data update coordinator for caldav.

Variable Documentation

◆ _LOGGER

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

Definition at line 23 of file coordinator.py.

◆ MIN_TIME_BETWEEN_UPDATES

homeassistant.components.caldav.coordinator.MIN_TIME_BETWEEN_UPDATES = timedelta(minutes=15)

Definition at line 25 of file coordinator.py.

◆ OFFSET

string homeassistant.components.caldav.coordinator.OFFSET = "!!"

Definition at line 26 of file coordinator.py.