Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.opentherm_gw.select.OpenThermSelectLEDMode Class Reference
Inheritance diagram for homeassistant.components.opentherm_gw.select.OpenThermSelectLEDMode:
[legend]
Collaboration diagram for homeassistant.components.opentherm_gw.select.OpenThermSelectLEDMode:
[legend]

Static Public Attributes

string BOILER_MAINTENANCE_REQUIRED = "boiler_maintenance_required"
 
string BOILER_TRAFFIC = "boiler_traffic"
 
string CENTRAL_HEATING_ON = "central_heating_on"
 
string COMFORT_MODE_ON = "comfort_mode_on"
 
string FLAME_ON = "flame_on"
 
string HOT_WATER_ON = "hot_water_on"
 
string RAISED_POWER_MODE_ACTIVE = "raised_power_mode_active"
 
string RX_ANY = "receive_any"
 
string SETPOINT_OVERRIDE_ACTIVE = "setpoint_override_active"
 
string THERMOSTAT_TRAFFIC = "thermostat_traffic"
 
string TX_ANY = "transmit_any"
 
string TX_ERROR_DETECTED = "transmit_error_detected"
 

Detailed Description

OpenThermGateway LED modes.

Definition at line 49 of file select.py.

Member Data Documentation

◆ BOILER_MAINTENANCE_REQUIRED

string homeassistant.components.opentherm_gw.select.OpenThermSelectLEDMode.BOILER_MAINTENANCE_REQUIRED = "boiler_maintenance_required"
static

Definition at line 62 of file select.py.

◆ BOILER_TRAFFIC

string homeassistant.components.opentherm_gw.select.OpenThermSelectLEDMode.BOILER_TRAFFIC = "boiler_traffic"
static

Definition at line 55 of file select.py.

◆ CENTRAL_HEATING_ON

string homeassistant.components.opentherm_gw.select.OpenThermSelectLEDMode.CENTRAL_HEATING_ON = "central_heating_on"
static

Definition at line 58 of file select.py.

◆ COMFORT_MODE_ON

string homeassistant.components.opentherm_gw.select.OpenThermSelectLEDMode.COMFORT_MODE_ON = "comfort_mode_on"
static

Definition at line 60 of file select.py.

◆ FLAME_ON

string homeassistant.components.opentherm_gw.select.OpenThermSelectLEDMode.FLAME_ON = "flame_on"
static

Definition at line 57 of file select.py.

◆ HOT_WATER_ON

string homeassistant.components.opentherm_gw.select.OpenThermSelectLEDMode.HOT_WATER_ON = "hot_water_on"
static

Definition at line 59 of file select.py.

◆ RAISED_POWER_MODE_ACTIVE

string homeassistant.components.opentherm_gw.select.OpenThermSelectLEDMode.RAISED_POWER_MODE_ACTIVE = "raised_power_mode_active"
static

Definition at line 63 of file select.py.

◆ RX_ANY

string homeassistant.components.opentherm_gw.select.OpenThermSelectLEDMode.RX_ANY = "receive_any"
static

Definition at line 52 of file select.py.

◆ SETPOINT_OVERRIDE_ACTIVE

string homeassistant.components.opentherm_gw.select.OpenThermSelectLEDMode.SETPOINT_OVERRIDE_ACTIVE = "setpoint_override_active"
static

Definition at line 56 of file select.py.

◆ THERMOSTAT_TRAFFIC

string homeassistant.components.opentherm_gw.select.OpenThermSelectLEDMode.THERMOSTAT_TRAFFIC = "thermostat_traffic"
static

Definition at line 54 of file select.py.

◆ TX_ANY

string homeassistant.components.opentherm_gw.select.OpenThermSelectLEDMode.TX_ANY = "transmit_any"
static

Definition at line 53 of file select.py.

◆ TX_ERROR_DETECTED

string homeassistant.components.opentherm_gw.select.OpenThermSelectLEDMode.TX_ERROR_DETECTED = "transmit_error_detected"
static

Definition at line 61 of file select.py.


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