Classes | |
| class | FibaroThermostat |
Functions | |
| None | async_setup_entry (HomeAssistant hass, ConfigEntry entry, AddEntitiesCallback async_add_entities) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| dictionary | FANMODES |
| dictionary | HA_FANMODES = {v: k for k, v in FANMODES.items()} |
| dictionary | HA_OPMODES_HVAC |
| dictionary | HA_OPMODES_PRESET = {v: k for k, v in OPMODES_PRESET.items()} |
| tuple | OP_MODE_ACTIONS = ("setMode", "setOperatingMode", "setThermostatMode") |
| dictionary | OPMODES_HVAC |
| dictionary | OPMODES_PRESET |
| string | PRESET_CHANGEOVER = "changeover" |
| string | PRESET_ECO_COOL = "eco_cool" |
| string | PRESET_ECO_HEAT = "eco_heat" |
| string | PRESET_FORCE_OPEN = "force_open" |
| string | PRESET_FURNACE = "furnace" |
| string | PRESET_MOIST = "moist" |
| string | PRESET_RESUME = "resume" |
| tuple | TARGET_TEMP_ACTIONS |
Support for Fibaro thermostats.
| None homeassistant.components.fibaro.climate.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
Perform the setup for Fibaro controller devices.
Definition at line 112 of file climate.py.
|
private |
Definition at line 37 of file climate.py.
| dictionary homeassistant.components.fibaro.climate.FANMODES |
Definition at line 41 of file climate.py.
| dictionary homeassistant.components.fibaro.climate.HA_FANMODES = {v: k for k, v in FANMODES.items()} |
Definition at line 56 of file climate.py.
| dictionary homeassistant.components.fibaro.climate.HA_OPMODES_HVAC |
Definition at line 94 of file climate.py.
| dictionary homeassistant.components.fibaro.climate.HA_OPMODES_PRESET = {v: k for k, v in OPMODES_PRESET.items()} |
Definition at line 73 of file climate.py.
| tuple homeassistant.components.fibaro.climate.OP_MODE_ACTIONS = ("setMode", "setOperatingMode", "setThermostatMode") |
Definition at line 109 of file climate.py.
| dictionary homeassistant.components.fibaro.climate.OPMODES_HVAC |
Definition at line 75 of file climate.py.
| dictionary homeassistant.components.fibaro.climate.OPMODES_PRESET |
Definition at line 61 of file climate.py.
| string homeassistant.components.fibaro.climate.PRESET_CHANGEOVER = "changeover" |
Definition at line 32 of file climate.py.
| string homeassistant.components.fibaro.climate.PRESET_ECO_COOL = "eco_cool" |
Definition at line 34 of file climate.py.
| string homeassistant.components.fibaro.climate.PRESET_ECO_HEAT = "eco_heat" |
Definition at line 33 of file climate.py.
| string homeassistant.components.fibaro.climate.PRESET_FORCE_OPEN = "force_open" |
Definition at line 35 of file climate.py.
| string homeassistant.components.fibaro.climate.PRESET_FURNACE = "furnace" |
Definition at line 31 of file climate.py.
| string homeassistant.components.fibaro.climate.PRESET_MOIST = "moist" |
Definition at line 30 of file climate.py.
| string homeassistant.components.fibaro.climate.PRESET_RESUME = "resume" |
Definition at line 29 of file climate.py.
| tuple homeassistant.components.fibaro.climate.TARGET_TEMP_ACTIONS |
Definition at line 103 of file climate.py.