Home Assistant Unofficial Reference 2024.12.1
calendar.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.caldav.calendar.WebDavCalendarEntity
 

Namespaces

 homeassistant.components.caldav.calendar
 

Functions

None homeassistant.components.caldav.calendar.async_setup_entry (HomeAssistant hass, CalDavConfigEntry entry, AddEntitiesCallback async_add_entities)
 
None homeassistant.components.caldav.calendar.async_setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback async_add_entities, DiscoveryInfoType|None disc_info=None)
 

Variables

 homeassistant.components.caldav.calendar._LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.caldav.calendar.CONF_CALENDAR = "calendar"
 
string homeassistant.components.caldav.calendar.CONF_CALENDARS = "calendars"
 
string homeassistant.components.caldav.calendar.CONF_CUSTOM_CALENDARS = "custom_calendars"
 
string homeassistant.components.caldav.calendar.CONF_DAYS = "days"
 
string homeassistant.components.caldav.calendar.CONF_SEARCH = "search"
 
int homeassistant.components.caldav.calendar.CONFIG_ENTRY_DEFAULT_DAYS = 7
 
 homeassistant.components.caldav.calendar.PLATFORM_SCHEMA
 
string homeassistant.components.caldav.calendar.SUPPORTED_COMPONENT = "VEVENT"