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

Static Public Attributes

string CLOSED = "closed"
 
string CLOSING = "closing"
 
string FINISH_CLOSING = "finish_closing"
 
string FINISH_OPENING = "finish_opening"
 
string OPEN = "open"
 
string OPENING = "opening"
 
string START_CLOSING = "start_closing"
 
string START_OPENING = "start_opening"
 

Detailed Description

States of a valve.

Definition at line 30 of file valve.py.

Member Data Documentation

◆ CLOSED

string homeassistant.components.guardian.valve.GuardianValveState.CLOSED = "closed"
static

Definition at line 33 of file valve.py.

◆ CLOSING

string homeassistant.components.guardian.valve.GuardianValveState.CLOSING = "closing"
static

Definition at line 34 of file valve.py.

◆ FINISH_CLOSING

string homeassistant.components.guardian.valve.GuardianValveState.FINISH_CLOSING = "finish_closing"
static

Definition at line 35 of file valve.py.

◆ FINISH_OPENING

string homeassistant.components.guardian.valve.GuardianValveState.FINISH_OPENING = "finish_opening"
static

Definition at line 36 of file valve.py.

◆ OPEN

string homeassistant.components.guardian.valve.GuardianValveState.OPEN = "open"
static

Definition at line 37 of file valve.py.

◆ OPENING

string homeassistant.components.guardian.valve.GuardianValveState.OPENING = "opening"
static

Definition at line 38 of file valve.py.

◆ START_CLOSING

string homeassistant.components.guardian.valve.GuardianValveState.START_CLOSING = "start_closing"
static

Definition at line 39 of file valve.py.

◆ START_OPENING

string homeassistant.components.guardian.valve.GuardianValveState.START_OPENING = "start_opening"
static

Definition at line 40 of file valve.py.


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