Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.ridwell.calendar Namespace Reference

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)
 

Detailed Description

Support for Ridwell calendars.

Function Documentation

◆ async_get_calendar_event_from_pickup_event()

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.

◆ async_setup_entry()

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.