Classes | |
| class | ReCollectWasteCalendar |
Functions | |
| CalendarEvent | async_get_calendar_event_from_pickup_event (ConfigEntry entry, PickupEvent pickup_event) |
| None | async_setup_entry (HomeAssistant hass, ConfigEntry entry, AddEntitiesCallback async_add_entities) |
Support for ReCollect Waste calendars.
| CalendarEvent homeassistant.components.recollect_waste.calendar.async_get_calendar_event_from_pickup_event | ( | ConfigEntry | entry, |
| PickupEvent | pickup_event | ||
| ) |
Get a HASS CalendarEvent from an aiorecollect PickupEvent.
Definition at line 21 of file calendar.py.
| None homeassistant.components.recollect_waste.calendar.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
Set up ReCollect Waste sensors based on a config entry.
Definition at line 37 of file calendar.py.