Home Assistant Unofficial Reference 2024.12.1
climate.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.fibaro.climate.FibaroThermostat
 

Namespaces

 homeassistant.components.fibaro.climate
 

Functions

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

Variables

 homeassistant.components.fibaro.climate._LOGGER = logging.getLogger(__name__)
 
dictionary homeassistant.components.fibaro.climate.FANMODES
 
dictionary homeassistant.components.fibaro.climate.HA_FANMODES = {v: k for k, v in FANMODES.items()}
 
dictionary homeassistant.components.fibaro.climate.HA_OPMODES_HVAC
 
dictionary homeassistant.components.fibaro.climate.HA_OPMODES_PRESET = {v: k for k, v in OPMODES_PRESET.items()}
 
tuple homeassistant.components.fibaro.climate.OP_MODE_ACTIONS = ("setMode", "setOperatingMode", "setThermostatMode")
 
dictionary homeassistant.components.fibaro.climate.OPMODES_HVAC
 
dictionary homeassistant.components.fibaro.climate.OPMODES_PRESET
 
string homeassistant.components.fibaro.climate.PRESET_CHANGEOVER = "changeover"
 
string homeassistant.components.fibaro.climate.PRESET_ECO_COOL = "eco_cool"
 
string homeassistant.components.fibaro.climate.PRESET_ECO_HEAT = "eco_heat"
 
string homeassistant.components.fibaro.climate.PRESET_FORCE_OPEN = "force_open"
 
string homeassistant.components.fibaro.climate.PRESET_FURNACE = "furnace"
 
string homeassistant.components.fibaro.climate.PRESET_MOIST = "moist"
 
string homeassistant.components.fibaro.climate.PRESET_RESUME = "resume"
 
tuple homeassistant.components.fibaro.climate.TARGET_TEMP_ACTIONS