Home Assistant Unofficial Reference 2024.12.1
climate.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.whirlpool.climate.AirConEntity
 

Namespaces

 homeassistant.components.whirlpool.climate
 

Functions

None homeassistant.components.whirlpool.climate.async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 

Variables

 homeassistant.components.whirlpool.climate._LOGGER = logging.getLogger(__name__)
 
dictionary homeassistant.components.whirlpool.climate.AIRCON_FANSPEED_MAP
 
dictionary homeassistant.components.whirlpool.climate.AIRCON_MODE_MAP
 
dictionary homeassistant.components.whirlpool.climate.FAN_MODE_TO_AIRCON_FANSPEED = {v: k for k, v in AIRCON_FANSPEED_MAP.items()}
 
dictionary homeassistant.components.whirlpool.climate.HVAC_MODE_TO_AIRCON_MODE = {v: k for k, v in AIRCON_MODE_MAP.items()}
 
list homeassistant.components.whirlpool.climate.SUPPORTED_FAN_MODES = [FAN_AUTO, FAN_HIGH, FAN_MEDIUM, FAN_LOW, FAN_OFF]
 
list homeassistant.components.whirlpool.climate.SUPPORTED_HVAC_MODES
 
int homeassistant.components.whirlpool.climate.SUPPORTED_MAX_TEMP = 30
 
int homeassistant.components.whirlpool.climate.SUPPORTED_MIN_TEMP = 16
 
list homeassistant.components.whirlpool.climate.SUPPORTED_SWING_MODES = [SWING_HORIZONTAL, SWING_OFF]
 
int homeassistant.components.whirlpool.climate.SUPPORTED_TARGET_TEMPERATURE_STEP = 1