Classes | |
| class | EvoClimateEntity |
| class | EvoController |
| class | EvoZone |
Functions | |
| None | async_setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback async_add_entities, DiscoveryInfoType|None discovery_info=None) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| dictionary | EVO_PRESET_TO_HA |
| dictionary | HA_PRESET_TO_EVO = {v: k for k, v in EVO_PRESET_TO_HA.items()} |
| dictionary | HA_PRESET_TO_TCS = {v: k for k, v in TCS_PRESET_TO_HA.items()} |
| string | PRESET_CUSTOM = "Custom" |
| string | PRESET_RESET = "Reset" |
| list | STATE_ATTRS_TCS = [SZ_SYSTEM_ID, SZ_ACTIVE_FAULTS, SZ_SYSTEM_MODE_STATUS] |
| list | STATE_ATTRS_ZONES |
| dictionary | TCS_PRESET_TO_HA |
Support for Climate entities of the Evohome integration.
| None homeassistant.components.evohome.climate.async_setup_platform | ( | HomeAssistant | hass, |
| ConfigType | config, | ||
| AddEntitiesCallback | async_add_entities, | ||
| DiscoveryInfoType | None | discovery_info = None |
||
| ) |
Create the evohome Controller, and its Zones, if any.
Definition at line 95 of file climate.py.
|
private |
Definition at line 64 of file climate.py.
| dictionary homeassistant.components.evohome.climate.EVO_PRESET_TO_HA |
Definition at line 79 of file climate.py.
| dictionary homeassistant.components.evohome.climate.HA_PRESET_TO_EVO = {v: k for k, v in EVO_PRESET_TO_HA.items()} |
Definition at line 84 of file climate.py.
| dictionary homeassistant.components.evohome.climate.HA_PRESET_TO_TCS = {v: k for k, v in TCS_PRESET_TO_HA.items()} |
Definition at line 77 of file climate.py.
| string homeassistant.components.evohome.climate.PRESET_CUSTOM = "Custom" |
Definition at line 67 of file climate.py.
| string homeassistant.components.evohome.climate.PRESET_RESET = "Reset" |
Definition at line 66 of file climate.py.
| list homeassistant.components.evohome.climate.STATE_ATTRS_TCS = [SZ_SYSTEM_ID, SZ_ACTIVE_FAULTS, SZ_SYSTEM_MODE_STATUS] |
Definition at line 86 of file climate.py.
| list homeassistant.components.evohome.climate.STATE_ATTRS_ZONES |
Definition at line 87 of file climate.py.
| dictionary homeassistant.components.evohome.climate.TCS_PRESET_TO_HA |
Definition at line 69 of file climate.py.