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

Static Public Attributes

string BOILER = "boiler"
 
string GATEWAY = "gateway"
 
string THERMOSTAT = "thermostat"
 

Detailed Description

List valid OpenTherm device identifiers.

Definition at line 51 of file const.py.

Member Data Documentation

◆ BOILER

string homeassistant.components.opentherm_gw.const .OpenThermDeviceIdentifier.BOILER = "boiler"
static

Definition at line 54 of file const.py.

◆ GATEWAY

string homeassistant.components.opentherm_gw.const .OpenThermDeviceIdentifier.GATEWAY = "gateway"
static

Definition at line 55 of file const.py.

◆ THERMOSTAT

string homeassistant.components.opentherm_gw.const .OpenThermDeviceIdentifier.THERMOSTAT = "thermostat"
static

Definition at line 56 of file const.py.


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