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

Static Public Attributes

string AWAY = "away"
 
string DHW_BLOCK = "dhw_block"
 
string DS1820 = "ds1820"
 
string GROUND = "ground"
 
string HOME = "home"
 
string INPUT = "input"
 
string LED_E = "led_e"
 
string LED_F = "led_f"
 
string VCC = "vcc"
 

Detailed Description

OpenTherm Gateway GPIO modes.

Definition at line 35 of file select.py.

Member Data Documentation

◆ AWAY

string homeassistant.components.opentherm_gw.select.OpenThermSelectGPIOMode.AWAY = "away"
static

Definition at line 44 of file select.py.

◆ DHW_BLOCK

string homeassistant.components.opentherm_gw.select.OpenThermSelectGPIOMode.DHW_BLOCK = "dhw_block"
static

Definition at line 46 of file select.py.

◆ DS1820

string homeassistant.components.opentherm_gw.select.OpenThermSelectGPIOMode.DS1820 = "ds1820"
static

Definition at line 45 of file select.py.

◆ GROUND

string homeassistant.components.opentherm_gw.select.OpenThermSelectGPIOMode.GROUND = "ground"
static

Definition at line 39 of file select.py.

◆ HOME

string homeassistant.components.opentherm_gw.select.OpenThermSelectGPIOMode.HOME = "home"
static

Definition at line 43 of file select.py.

◆ INPUT

string homeassistant.components.opentherm_gw.select.OpenThermSelectGPIOMode.INPUT = "input"
static

Definition at line 38 of file select.py.

◆ LED_E

string homeassistant.components.opentherm_gw.select.OpenThermSelectGPIOMode.LED_E = "led_e"
static

Definition at line 41 of file select.py.

◆ LED_F

string homeassistant.components.opentherm_gw.select.OpenThermSelectGPIOMode.LED_F = "led_f"
static

Definition at line 42 of file select.py.

◆ VCC

string homeassistant.components.opentherm_gw.select.OpenThermSelectGPIOMode.VCC = "vcc"
static

Definition at line 40 of file select.py.


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