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

Classes

class  ThinQClimateEntity
 
class  ThinQClimateEntityDescription
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Support for climate entities.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.lg_thinq.climate.async_setup_entry ( HomeAssistant  hass,
ThinqConfigEntry  entry,
AddEntitiesCallback  async_add_entities 
)
Set up an entry for climate platform.

Definition at line 79 of file climate.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 76 of file climate.py.