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

Static Public Attributes

 BOILER = gw_vars.BOILER
 
 GATEWAY = gw_vars.OTGW
 
 THERMOSTAT = gw_vars.THERMOSTAT
 

Detailed Description

List valid OpenTherm data sources.

Definition at line 43 of file const.py.

Member Data Documentation

◆ BOILER

homeassistant.components.opentherm_gw.const .OpenThermDataSource.BOILER = gw_vars.BOILER
static

Definition at line 46 of file const.py.

◆ GATEWAY

homeassistant.components.opentherm_gw.const .OpenThermDataSource.GATEWAY = gw_vars.OTGW
static

Definition at line 47 of file const.py.

◆ THERMOSTAT

homeassistant.components.opentherm_gw.const .OpenThermDataSource.THERMOSTAT = gw_vars.THERMOSTAT
static

Definition at line 48 of file const.py.


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