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

Static Public Attributes

string CLOSED = "closed"
 
string CLOSING = "closing"
 
string OPEN = "open"
 
string OPENING = "opening"
 

Detailed Description

State of Valve entities.

Definition at line 8 of file const.py.

Member Data Documentation

◆ CLOSED

string homeassistant.components.valve.const .ValveState.CLOSED = "closed"
static

Definition at line 13 of file const.py.

◆ CLOSING

string homeassistant.components.valve.const .ValveState.CLOSING = "closing"
static

Definition at line 12 of file const.py.

◆ OPEN

string homeassistant.components.valve.const .ValveState.OPEN = "open"
static

Definition at line 14 of file const.py.

◆ OPENING

string homeassistant.components.valve.const .ValveState.OPENING = "opening"
static

Definition at line 11 of file const.py.


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