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

Static Public Attributes

 CLOSED
 
 CLOSING
 
 OPEN
 
 OPENING
 

Detailed Description

State of Cover entities.

Definition at line 57 of file __init__.py.

Member Data Documentation

◆ CLOSED

homeassistant.components.cover.CoverState.CLOSED
static

Definition at line 60 of file __init__.py.

◆ CLOSING

homeassistant.components.cover.CoverState.CLOSING
static

Definition at line 61 of file __init__.py.

◆ OPEN

homeassistant.components.cover.CoverState.OPEN
static

Definition at line 62 of file __init__.py.

◆ OPENING

homeassistant.components.cover.CoverState.OPENING
static

Definition at line 63 of file __init__.py.


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