Go to the source code of this file.
Classes | |
| class | homeassistant.components.nuheat.climate.NuHeatThermostat |
Namespaces | |
| homeassistant.components.nuheat.climate | |
Functions | |
| None | homeassistant.components.nuheat.climate.async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities) |
Variables | |
| homeassistant.components.nuheat.climate._LOGGER = logging.getLogger(__name__) | |
| list | homeassistant.components.nuheat.climate.OPERATION_LIST = [HVACMode.AUTO, HVACMode.HEAT] |
| dictionary | homeassistant.components.nuheat.climate.PRESET_MODE_TO_SCHEDULE_MODE_MAP |
| list | homeassistant.components.nuheat.climate.PRESET_MODES = [PRESET_RUN, PRESET_TEMPORARY_HOLD, PRESET_PERMANENT_HOLD] |
| string | homeassistant.components.nuheat.climate.PRESET_PERMANENT_HOLD = "Permanent Hold" |
| string | homeassistant.components.nuheat.climate.PRESET_RUN = "Run Schedule" |
| string | homeassistant.components.nuheat.climate.PRESET_TEMPORARY_HOLD = "Temporary Hold" |
| dictionary | homeassistant.components.nuheat.climate.SCHEDULE_MODE_TO_PRESET_MODE_MAP |