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

Static Public Attributes

 CLOSE
 
 OPEN
 
 SET_POSITION
 
 STOP
 

Detailed Description

Supported features of the valve entity.

Definition at line 55 of file __init__.py.

Member Data Documentation

◆ CLOSE

homeassistant.components.valve.ValveEntityFeature.CLOSE
static

Definition at line 59 of file __init__.py.

◆ OPEN

homeassistant.components.valve.ValveEntityFeature.OPEN
static

Definition at line 58 of file __init__.py.

◆ SET_POSITION

homeassistant.components.valve.ValveEntityFeature.SET_POSITION
static

Definition at line 60 of file __init__.py.

◆ STOP

homeassistant.components.valve.ValveEntityFeature.STOP
static

Definition at line 61 of file __init__.py.


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