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

Classes

class  OpenThermClimate
 
class  OpenThermClimateEntityDescription
 

Functions

None async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
bool DEFAULT_FLOOR_TEMP = False
 

Detailed Description

Support for OpenTherm Gateway climate devices.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.opentherm_gw.climate.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up an OpenTherm Gateway climate entity.

Definition at line 51 of file climate.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 39 of file climate.py.

◆ DEFAULT_FLOOR_TEMP

bool homeassistant.components.opentherm_gw.climate.DEFAULT_FLOOR_TEMP = False

Definition at line 41 of file climate.py.