Classes | |
| class | EphEmberThermostat |
Functions | |
| None | setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback add_entities, DiscoveryInfoType|None discovery_info=None) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| dictionary | EPH_TO_HA_STATE |
| dictionary | HA_STATE_TO_EPH = {value: key for key, value in EPH_TO_HA_STATE.items()} |
| list | OPERATION_LIST = [HVACMode.HEAT_COOL, HVACMode.HEAT, HVACMode.OFF] |
| PLATFORM_SCHEMA | |
| SCAN_INTERVAL = timedelta(seconds=120) | |
Support for the EPH Controls Ember themostats.
| None homeassistant.components.ephember.climate.setup_platform | ( | HomeAssistant | hass, |
| ConfigType | config, | ||
| AddEntitiesCallback | add_entities, | ||
| DiscoveryInfoType | None | discovery_info = None |
||
| ) |
Set up the ephember thermostat.
Definition at line 60 of file climate.py.
|
private |
Definition at line 40 of file climate.py.
| dictionary homeassistant.components.ephember.climate.EPH_TO_HA_STATE |
Definition at line 51 of file climate.py.
| dictionary homeassistant.components.ephember.climate.HA_STATE_TO_EPH = {value: key for key, value in EPH_TO_HA_STATE.items()} |
Definition at line 57 of file climate.py.
| list homeassistant.components.ephember.climate.OPERATION_LIST = [HVACMode.HEAT_COOL, HVACMode.HEAT, HVACMode.OFF] |
Definition at line 45 of file climate.py.
| homeassistant.components.ephember.climate.PLATFORM_SCHEMA |
Definition at line 47 of file climate.py.
| homeassistant.components.ephember.climate.SCAN_INTERVAL = timedelta(seconds=120) |
Definition at line 43 of file climate.py.