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

Classes

class  ConditionerEntity
 

Functions

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

Variables

 Final
 
 LOGGER = logging.getLogger(__name__)
 

Detailed Description

The lookin integration climate platform.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.lookin.climate.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up the climate platform for lookin from a config entry.

Definition at line 65 of file climate.py.

Variable Documentation

◆ Final

homeassistant.components.lookin.climate.Final

Definition at line 38 of file climate.py.

◆ LOGGER

homeassistant.components.lookin.climate.LOGGER = logging.getLogger(__name__)

Definition at line 62 of file climate.py.