Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.calendar.const .CalendarEntityFeature
 

Namespaces

 homeassistant.components.calendar.const
 

Variables

string homeassistant.components.calendar.const.CONF_EVENT = "event"
 
string homeassistant.components.calendar.const.DOMAIN = "calendar"
 
string homeassistant.components.calendar.const.EVENT_DESCRIPTION = "description"
 
string homeassistant.components.calendar.const.EVENT_DURATION = "duration"
 
string homeassistant.components.calendar.const.EVENT_END = "dtend"
 
string homeassistant.components.calendar.const.EVENT_END_DATE = "end_date"
 
string homeassistant.components.calendar.const.EVENT_END_DATETIME = "end_date_time"
 
string homeassistant.components.calendar.const.EVENT_IN = "in"
 
string homeassistant.components.calendar.const.EVENT_IN_DAYS = "days"
 
string homeassistant.components.calendar.const.EVENT_IN_WEEKS = "weeks"
 
string homeassistant.components.calendar.const.EVENT_LOCATION = "location"
 
string homeassistant.components.calendar.const.EVENT_RECURRENCE_ID = "recurrence_id"
 
string homeassistant.components.calendar.const.EVENT_RECURRENCE_RANGE = "recurrence_range"
 
string homeassistant.components.calendar.const.EVENT_RRULE = "rrule"
 
string homeassistant.components.calendar.const.EVENT_START = "dtstart"
 
string homeassistant.components.calendar.const.EVENT_START_DATE = "start_date"
 
string homeassistant.components.calendar.const.EVENT_START_DATETIME = "start_date_time"
 
string homeassistant.components.calendar.const.EVENT_SUMMARY = "summary"
 
dictionary homeassistant.components.calendar.const.EVENT_TIME_FIELDS
 
string homeassistant.components.calendar.const.EVENT_TYPES = "event_types"
 
string homeassistant.components.calendar.const.EVENT_UID = "uid"
 
dictionary homeassistant.components.calendar.const.LIST_EVENT_FIELDS