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

Classes

class  HassAqualinkThermostat
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 
int PARALLEL_UPDATES = 0
 

Detailed Description

Support for Aqualink Thermostats.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.iaqualink.climate.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up discovered switches.

Definition at line 33 of file climate.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 28 of file climate.py.

◆ PARALLEL_UPDATES

int homeassistant.components.iaqualink.climate.PARALLEL_UPDATES = 0

Definition at line 30 of file climate.py.