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

Classes

class  Alpha2Climate
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Support for Alpha2 room control unit via Alpha2 base.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.moehlenhoff_alpha2.climate.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Add Alpha2Climate entities from a config_entry.

Definition at line 24 of file climate.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 21 of file climate.py.