Go to the source code of this file.
Classes | |
| class | homeassistant.components.econet.climate.EcoNetThermostat |
Namespaces | |
| homeassistant.components.econet.climate | |
Functions | |
| None | homeassistant.components.econet.climate.async_setup_entry (HomeAssistant hass, ConfigEntry entry, AddEntitiesCallback async_add_entities) |
Variables | |
| dictionary | homeassistant.components.econet.climate.ECONET_FAN_STATE_TO_HA |
| dictionary | homeassistant.components.econet.climate.ECONET_STATE_TO_HA |
| dictionary | homeassistant.components.econet.climate.HA_FAN_STATE_TO_ECONET = {value: key for key, value in ECONET_FAN_STATE_TO_HA.items()} |
| dictionary | homeassistant.components.econet.climate.HA_STATE_TO_ECONET = {value: key for key, value in ECONET_STATE_TO_HA.items()} |
| tuple | homeassistant.components.econet.climate.SUPPORT_FLAGS_THERMOSTAT |