Classes | |
| class | ThermostatEntity |
Functions | |
| None | async_setup_entry (HomeAssistant hass, ConfigEntry entry, AddEntitiesCallback async_add_entities) |
Variables | |
| dictionary | FAN_INV_MODE_MAP = {v: k for k, v in FAN_MODE_MAP.items()} |
| FAN_INV_MODES = list(FAN_INV_MODE_MAP) | |
| dictionary | FAN_MODE_MAP |
| int | MAX_FAN_DURATION = 43200 |
| int | MAX_TEMP = 32 |
| int | MIN_TEMP = 10 |
| float | MIN_TEMP_RANGE = 1.66667 |
| dictionary | PRESET_INV_MODE_MAP = {v: k for k, v in PRESET_MODE_MAP.items()} |
| dictionary | PRESET_MODE_MAP |
| string | THERMOSTAT_ECO_MODE = "MANUAL_ECO" |
| dictionary | THERMOSTAT_HVAC_STATUS_MAP |
| dictionary | THERMOSTAT_INV_MODE_MAP = {v: k for k, v in THERMOSTAT_MODE_MAP.items()} |
| list | THERMOSTAT_RANGE_MODES = [HVACMode.HEAT_COOL, HVACMode.AUTO] |
Support for Google Nest SDM climate devices.
| None homeassistant.components.nest.climate.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
Set up the client entities.
Definition at line 80 of file climate.py.
| dictionary homeassistant.components.nest.climate.FAN_INV_MODE_MAP = {v: k for k, v in FAN_MODE_MAP.items()} |
Definition at line 71 of file climate.py.
| homeassistant.components.nest.climate.FAN_INV_MODES = list(FAN_INV_MODE_MAP) |
Definition at line 72 of file climate.py.
| dictionary homeassistant.components.nest.climate.FAN_MODE_MAP |
Definition at line 67 of file climate.py.
| int homeassistant.components.nest.climate.MAX_FAN_DURATION = 43200 |
Definition at line 74 of file climate.py.
| int homeassistant.components.nest.climate.MAX_TEMP = 32 |
Definition at line 76 of file climate.py.
| int homeassistant.components.nest.climate.MIN_TEMP = 10 |
Definition at line 75 of file climate.py.
| float homeassistant.components.nest.climate.MIN_TEMP_RANGE = 1.66667 |
Definition at line 77 of file climate.py.
| dictionary homeassistant.components.nest.climate.PRESET_INV_MODE_MAP = {v: k for k, v in PRESET_MODE_MAP.items()} |
Definition at line 65 of file climate.py.
| dictionary homeassistant.components.nest.climate.PRESET_MODE_MAP |
Definition at line 61 of file climate.py.
| string homeassistant.components.nest.climate.THERMOSTAT_ECO_MODE = "MANUAL_ECO" |
Definition at line 50 of file climate.py.
| dictionary homeassistant.components.nest.climate.THERMOSTAT_HVAC_STATUS_MAP |
Definition at line 53 of file climate.py.
| dictionary homeassistant.components.nest.climate.THERMOSTAT_INV_MODE_MAP = {v: k for k, v in THERMOSTAT_MODE_MAP.items()} |
Definition at line 47 of file climate.py.
| list homeassistant.components.nest.climate.THERMOSTAT_RANGE_MODES = [HVACMode.HEAT_COOL, HVACMode.AUTO] |
Definition at line 59 of file climate.py.