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

Classes

class  ControllerEntity
 

Functions

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

Variables

dictionary _ESCEA_FAN_TO_HA
 
dictionary _HA_FAN_TO_ESCEA = {v: k for k, v in _ESCEA_FAN_TO_HA.items()}
 
 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Support for the Escea Fireplace.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.escea.climate.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Initialize an Escea Controller.

Definition at line 47 of file climate.py.

Variable Documentation

◆ _ESCEA_FAN_TO_HA

dictionary homeassistant.components.escea.climate._ESCEA_FAN_TO_HA
private
Initial value:
1 = {
2  Controller.Fan.FLAME_EFFECT: FAN_LOW,
3  Controller.Fan.FAN_BOOST: FAN_HIGH,
4  Controller.Fan.AUTO: FAN_AUTO,
5 }

Definition at line 39 of file climate.py.

◆ _HA_FAN_TO_ESCEA

dictionary homeassistant.components.escea.climate._HA_FAN_TO_ESCEA = {v: k for k, v in _ESCEA_FAN_TO_HA.items()}
private

Definition at line 44 of file climate.py.

◆ _LOGGER

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

Definition at line 37 of file climate.py.