Classes | |
| class | CalDavUpdateCoordinator |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| MIN_TIME_BETWEEN_UPDATES = timedelta(minutes=15) | |
| string | OFFSET = "!!" |
Data update coordinator for caldav.
|
private |
Definition at line 23 of file coordinator.py.
| homeassistant.components.caldav.coordinator.MIN_TIME_BETWEEN_UPDATES = timedelta(minutes=15) |
Definition at line 25 of file coordinator.py.
| string homeassistant.components.caldav.coordinator.OFFSET = "!!" |
Definition at line 26 of file coordinator.py.