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

Classes

class  Eq3Climate
 

Functions

None async_setup_entry (HomeAssistant hass, Eq3ConfigEntry entry, AddEntitiesCallback async_add_entities)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Platform for eQ-3 climate entities.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.eq3btsmart.climate.async_setup_entry ( HomeAssistant  hass,
Eq3ConfigEntry  entry,
AddEntitiesCallback  async_add_entities 
)
Handle config entry setup.

Definition at line 37 of file climate.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 34 of file climate.py.