Classes | |
| class | CalendarQueryUpdateCoordinator |
| class | CalendarSyncUpdateCoordinator |
Functions | |
| Timeline | _truncate_timeline (Timeline timeline, int max_events) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| int | MAX_UPCOMING_EVENTS = 20 |
| MIN_TIME_BETWEEN_UPDATES = timedelta(minutes=15) | |
Support for Google Calendar Search binary sensors.
|
private |
Truncate the timeline to a maximum number of events. This is used to avoid repeated expansion of recurring events during state machine updates.
Definition at line 31 of file coordinator.py.
|
private |
Definition at line 23 of file coordinator.py.
| int homeassistant.components.google.coordinator.MAX_UPCOMING_EVENTS = 20 |
Definition at line 28 of file coordinator.py.
| homeassistant.components.google.coordinator.MIN_TIME_BETWEEN_UPDATES = timedelta(minutes=15) |
Definition at line 25 of file coordinator.py.