Classes | |
| class | StiebelEltron |
Functions | |
| None | setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback add_entities, DiscoveryInfoType|None discovery_info=None) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| list | DEPENDENCIES = ["stiebel_eltron"] |
| dictionary | HA_TO_STE_HVAC |
| dictionary | HA_TO_STE_PRESET = {k: i for i, k in STE_TO_HA_PRESET.items()} |
| string | PRESET_DAY = "day" |
| string | PRESET_EMERGENCY = "emergency" |
| string | PRESET_SETBACK = "setback" |
| dictionary | STE_TO_HA_HVAC |
| dictionary | STE_TO_HA_PRESET |
| list | SUPPORT_HVAC = [HVACMode.AUTO, HVACMode.HEAT, HVACMode.OFF] |
| list | SUPPORT_PRESET = [PRESET_ECO, PRESET_DAY, PRESET_EMERGENCY, PRESET_SETBACK] |
Support for stiebel_eltron climate platform.
| None homeassistant.components.stiebel_eltron.climate.setup_platform | ( | HomeAssistant | hass, |
| ConfigType | config, | ||
| AddEntitiesCallback | add_entities, | ||
| DiscoveryInfoType | None | discovery_info = None |
||
| ) |
Set up the StiebelEltron platform.
Definition at line 59 of file climate.py.
|
private |
Definition at line 23 of file climate.py.
| list homeassistant.components.stiebel_eltron.climate.DEPENDENCIES = ["stiebel_eltron"] |
Definition at line 21 of file climate.py.
| dictionary homeassistant.components.stiebel_eltron.climate.HA_TO_STE_HVAC |
Definition at line 50 of file climate.py.
| dictionary homeassistant.components.stiebel_eltron.climate.HA_TO_STE_PRESET = {k: i for i, k in STE_TO_HA_PRESET.items()} |
Definition at line 56 of file climate.py.
| string homeassistant.components.stiebel_eltron.climate.PRESET_DAY = "day" |
Definition at line 25 of file climate.py.
| string homeassistant.components.stiebel_eltron.climate.PRESET_EMERGENCY = "emergency" |
Definition at line 27 of file climate.py.
| string homeassistant.components.stiebel_eltron.climate.PRESET_SETBACK = "setback" |
Definition at line 26 of file climate.py.
| dictionary homeassistant.components.stiebel_eltron.climate.STE_TO_HA_HVAC |
Definition at line 33 of file climate.py.
| dictionary homeassistant.components.stiebel_eltron.climate.STE_TO_HA_PRESET |
Definition at line 43 of file climate.py.
| list homeassistant.components.stiebel_eltron.climate.SUPPORT_HVAC = [HVACMode.AUTO, HVACMode.HEAT, HVACMode.OFF] |
Definition at line 29 of file climate.py.
| list homeassistant.components.stiebel_eltron.climate.SUPPORT_PRESET = [PRESET_ECO, PRESET_DAY, PRESET_EMERGENCY, PRESET_SETBACK] |
Definition at line 30 of file climate.py.