Classes | |
| class | NuHeatThermostat |
Functions | |
| None | async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| list | OPERATION_LIST = [HVACMode.AUTO, HVACMode.HEAT] |
| dictionary | PRESET_MODE_TO_SCHEDULE_MODE_MAP |
| list | PRESET_MODES = [PRESET_RUN, PRESET_TEMPORARY_HOLD, PRESET_PERMANENT_HOLD] |
| string | PRESET_PERMANENT_HOLD = "Permanent Hold" |
| string | PRESET_RUN = "Run Schedule" |
| string | PRESET_TEMPORARY_HOLD = "Temporary Hold" |
| dictionary | SCHEDULE_MODE_TO_PRESET_MODE_MAP |
Support for NuHeat thermostats.
| None homeassistant.components.nuheat.climate.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
Set up the NuHeat thermostat(s).
Definition at line 55 of file climate.py.
|
private |
Definition at line 31 of file climate.py.
| list homeassistant.components.nuheat.climate.OPERATION_LIST = [HVACMode.AUTO, HVACMode.HEAT] |
Definition at line 36 of file climate.py.
| dictionary homeassistant.components.nuheat.climate.PRESET_MODE_TO_SCHEDULE_MODE_MAP |
Definition at line 44 of file climate.py.
| list homeassistant.components.nuheat.climate.PRESET_MODES = [PRESET_RUN, PRESET_TEMPORARY_HOLD, PRESET_PERMANENT_HOLD] |
Definition at line 42 of file climate.py.
| string homeassistant.components.nuheat.climate.PRESET_PERMANENT_HOLD = "Permanent Hold" |
Definition at line 40 of file climate.py.
| string homeassistant.components.nuheat.climate.PRESET_RUN = "Run Schedule" |
Definition at line 38 of file climate.py.
| string homeassistant.components.nuheat.climate.PRESET_TEMPORARY_HOLD = "Temporary Hold" |
Definition at line 39 of file climate.py.
| dictionary homeassistant.components.nuheat.climate.SCHEDULE_MODE_TO_PRESET_MODE_MAP |
Definition at line 50 of file climate.py.