Classes | |
| class | EcoNetThermostat |
Functions | |
| None | async_setup_entry (HomeAssistant hass, ConfigEntry entry, AddEntitiesCallback async_add_entities) |
Variables | |
| dictionary | ECONET_FAN_STATE_TO_HA |
| dictionary | ECONET_STATE_TO_HA |
| dictionary | HA_FAN_STATE_TO_ECONET = {value: key for key, value in ECONET_FAN_STATE_TO_HA.items()} |
| dictionary | HA_STATE_TO_ECONET = {value: key for key, value in ECONET_STATE_TO_HA.items()} |
| tuple | SUPPORT_FLAGS_THERMOSTAT |
Support for Rheem EcoNet thermostats.
| None homeassistant.components.econet.climate.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
Set up EcoNet thermostat based on a config entry.
Definition at line 53 of file climate.py.
| dictionary homeassistant.components.econet.climate.ECONET_FAN_STATE_TO_HA |
Definition at line 37 of file climate.py.
| dictionary homeassistant.components.econet.climate.ECONET_STATE_TO_HA |
Definition at line 28 of file climate.py.
| dictionary homeassistant.components.econet.climate.HA_FAN_STATE_TO_ECONET = {value: key for key, value in ECONET_FAN_STATE_TO_HA.items()} |
Definition at line 43 of file climate.py.
| dictionary homeassistant.components.econet.climate.HA_STATE_TO_ECONET = {value: key for key, value in ECONET_STATE_TO_HA.items()} |
Definition at line 35 of file climate.py.
| tuple homeassistant.components.econet.climate.SUPPORT_FLAGS_THERMOSTAT |
Definition at line 45 of file climate.py.