Classes | |
| class | RidwellCalendar |
Functions | |
| CalendarEvent | async_get_calendar_event_from_pickup_event (RidwellPickupEvent pickup_event) |
| None | async_setup_entry (HomeAssistant hass, ConfigEntry entry, AddEntitiesCallback async_add_entities) |
Support for Ridwell calendars.
| CalendarEvent homeassistant.components.ridwell.calendar.async_get_calendar_event_from_pickup_event | ( | RidwellPickupEvent | pickup_event | ) |
Get a HASS CalendarEvent from an aioridwell PickupEvent.
Definition at line 20 of file calendar.py.
| None homeassistant.components.ridwell.calendar.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
Set up Ridwell calendars based on a config entry.
Definition at line 38 of file calendar.py.