Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.opentherm_gw.entity Namespace Reference

Classes

class  OpenThermEntity
 
class  OpenThermEntityDescription
 
class  OpenThermStatusEntity
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
dictionary TRANSLATE_SOURCE
 

Detailed Description

Common opentherm_gw entity properties.

Variable Documentation

◆ _LOGGER

homeassistant.components.opentherm_gw.entity._LOGGER = logging.getLogger(__name__)
private

Definition at line 15 of file entity.py.

◆ TRANSLATE_SOURCE

dictionary homeassistant.components.opentherm_gw.entity.TRANSLATE_SOURCE
Initial value:
1 = {
2  gw_vars.BOILER: "Boiler",
3  gw_vars.OTGW: None,
4  gw_vars.THERMOSTAT: "Thermostat",
5 }

Definition at line 17 of file entity.py.