Home Assistant Unofficial Reference 2024.12.1
climate.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.electrasmart.climate.ElectraClimateEntity
 

Namespaces

 homeassistant.components.electrasmart.climate
 

Functions

None homeassistant.components.electrasmart.climate.async_setup_entry (HomeAssistant hass, ConfigEntry entry, AddEntitiesCallback async_add_entities)
 

Variables

 homeassistant.components.electrasmart.climate._LOGGER = logging.getLogger(__name__)
 
list homeassistant.components.electrasmart.climate.ELECTRA_FAN_MODES = [FAN_AUTO, FAN_HIGH, FAN_MEDIUM, FAN_LOW]
 
list homeassistant.components.electrasmart.climate.ELECTRA_MODES
 
dictionary homeassistant.components.electrasmart.climate.FAN_ELECTRA_TO_HASS
 
dictionary homeassistant.components.electrasmart.climate.FAN_HASS_TO_ELECTRA
 
dictionary homeassistant.components.electrasmart.climate.HVAC_MODE_ELECTRA_TO_HASS
 
dictionary homeassistant.components.electrasmart.climate.HVAC_MODE_HASS_TO_ELECTRA
 
int homeassistant.components.electrasmart.climate.PARALLEL_UPDATES = 0
 
 homeassistant.components.electrasmart.climate.SCAN_INTERVAL = timedelta(seconds=SCAN_INTERVAL_SEC)