Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.calendar.const .CalendarEntityFeature Class Reference
Inheritance diagram for homeassistant.components.calendar.const .CalendarEntityFeature:
[legend]
Collaboration diagram for homeassistant.components.calendar.const .CalendarEntityFeature:
[legend]

Static Public Attributes

int CREATE_EVENT = 1
 
int DELETE_EVENT = 2
 
int UPDATE_EVENT = 4
 

Detailed Description

Supported features of the calendar entity.

Definition at line 21 of file const.py.

Member Data Documentation

◆ CREATE_EVENT

int homeassistant.components.calendar.const .CalendarEntityFeature.CREATE_EVENT = 1
static

Definition at line 24 of file const.py.

◆ DELETE_EVENT

int homeassistant.components.calendar.const .CalendarEntityFeature.DELETE_EVENT = 2
static

Definition at line 25 of file const.py.

◆ UPDATE_EVENT

int homeassistant.components.calendar.const .CalendarEntityFeature.UPDATE_EVENT = 4
static

Definition at line 26 of file const.py.


The documentation for this class was generated from the following file: