Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.cover.CoverEntityFeature Class Reference
Inheritance diagram for homeassistant.components.cover.CoverEntityFeature:
[legend]
Collaboration diagram for homeassistant.components.cover.CoverEntityFeature:
[legend]

Static Public Attributes

 CLOSE
 
 CLOSE_TILT
 
 OPEN
 
 OPEN_TILT
 
 SET_POSITION
 
 SET_TILT_POSITION
 
 STOP
 
 STOP_TILT
 

Detailed Description

Supported features of the cover entity.

Definition at line 126 of file __init__.py.

Member Data Documentation

◆ CLOSE

homeassistant.components.cover.CoverEntityFeature.CLOSE
static

Definition at line 130 of file __init__.py.

◆ CLOSE_TILT

homeassistant.components.cover.CoverEntityFeature.CLOSE_TILT
static

Definition at line 134 of file __init__.py.

◆ OPEN

homeassistant.components.cover.CoverEntityFeature.OPEN
static

Definition at line 129 of file __init__.py.

◆ OPEN_TILT

homeassistant.components.cover.CoverEntityFeature.OPEN_TILT
static

Definition at line 133 of file __init__.py.

◆ SET_POSITION

homeassistant.components.cover.CoverEntityFeature.SET_POSITION
static

Definition at line 131 of file __init__.py.

◆ SET_TILT_POSITION

homeassistant.components.cover.CoverEntityFeature.SET_TILT_POSITION
static

Definition at line 136 of file __init__.py.

◆ STOP

homeassistant.components.cover.CoverEntityFeature.STOP
static

Definition at line 132 of file __init__.py.

◆ STOP_TILT

homeassistant.components.cover.CoverEntityFeature.STOP_TILT
static

Definition at line 135 of file __init__.py.


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