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

Static Public Attributes

 AWAY = PRESET_AWAY
 
 BOOST = PRESET_BOOST
 
 COMFORT = PRESET_COMFORT
 
 ECO = PRESET_ECO
 
string LOW_BATTERY = "Low Battery"
 
 NONE = PRESET_NONE
 
string OPEN = "Open"
 
string WINDOW_OPEN = "Window"
 

Detailed Description

Preset modes for the eQ-3 radiator valve.

Definition at line 51 of file const.py.

Member Data Documentation

◆ AWAY

homeassistant.components.eq3btsmart.const .Preset.AWAY = PRESET_AWAY
static

Definition at line 58 of file const.py.

◆ BOOST

homeassistant.components.eq3btsmart.const .Preset.BOOST = PRESET_BOOST
static

Definition at line 57 of file const.py.

◆ COMFORT

homeassistant.components.eq3btsmart.const .Preset.COMFORT = PRESET_COMFORT
static

Definition at line 56 of file const.py.

◆ ECO

homeassistant.components.eq3btsmart.const .Preset.ECO = PRESET_ECO
static

Definition at line 55 of file const.py.

◆ LOW_BATTERY

string homeassistant.components.eq3btsmart.const .Preset.LOW_BATTERY = "Low Battery"
static

Definition at line 60 of file const.py.

◆ NONE

homeassistant.components.eq3btsmart.const .Preset.NONE = PRESET_NONE
static

Definition at line 54 of file const.py.

◆ OPEN

string homeassistant.components.eq3btsmart.const .Preset.OPEN = "Open"
static

Definition at line 59 of file const.py.

◆ WINDOW_OPEN

string homeassistant.components.eq3btsmart.const .Preset.WINDOW_OPEN = "Window"
static

Definition at line 61 of file const.py.


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