Classes | |
| class | LocalCalendarEntity |
Functions | |
| CalendarEvent | _get_calendar_event (Event event) |
| Event | _parse_event (dict[str, Any] event) |
| None | async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| string | PRODID = "-//homeassistant.io//local_calendar 1.0//EN" |
Calendar platform for a Local Calendar.
|
private |
Return a CalendarEvent from an API event.
Definition at line 201 of file calendar.py.
|
private |
Parse an ical event from a home assistant event dictionary.
Definition at line 175 of file calendar.py.
| None homeassistant.components.local_calendar.calendar.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
Set up the local calendar platform.
Definition at line 40 of file calendar.py.
|
private |
Definition at line 35 of file calendar.py.
| string homeassistant.components.local_calendar.calendar.PRODID = "-//homeassistant.io//local_calendar 1.0//EN" |
Definition at line 37 of file calendar.py.