Classes | |
| class | ElkThermostat |
Functions | |
| None | async_setup_entry (HomeAssistant hass, ElkM1ConfigEntry config_entry, AddEntitiesCallback async_add_entities) |
Variables | |
| dictionary | ELK_TO_HASS_FAN_MODES |
| dictionary | ELK_TO_HASS_HVAC_MODES |
| dictionary | HASS_TO_ELK_FAN_MODES |
| dictionary | HASS_TO_ELK_HVAC_MODES |
| list | SUPPORT_HVAC |
Support for control of Elk-M1 connected thermostats.
| None homeassistant.components.elkm1.climate.async_setup_entry | ( | HomeAssistant | hass, |
| ElkM1ConfigEntry | config_entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
Create the Elk-M1 thermostat platform.
Definition at line 60 of file climate.py.
| dictionary homeassistant.components.elkm1.climate.ELK_TO_HASS_FAN_MODES |
Definition at line 54 of file climate.py.
| dictionary homeassistant.components.elkm1.climate.ELK_TO_HASS_HVAC_MODES |
Definition at line 43 of file climate.py.
| dictionary homeassistant.components.elkm1.climate.HASS_TO_ELK_FAN_MODES |
Definition at line 50 of file climate.py.
| dictionary homeassistant.components.elkm1.climate.HASS_TO_ELK_HVAC_MODES |
Definition at line 36 of file climate.py.
| list homeassistant.components.elkm1.climate.SUPPORT_HVAC |
Definition at line 29 of file climate.py.