Classes | |
| class | NexiaZone |
Functions | |
| None | async_setup_entry (HomeAssistant hass, NexiaConfigEntry config_entry, AddEntitiesCallback async_add_entities) |
Variables | |
| dictionary | HA_TO_NEXIA_HVAC_MODE_MAP |
| list | HVAC_MODES |
| tuple | NEXIA_SUPPORTED |
| dictionary | NEXIA_TO_HA_HVAC_MODE_MAP |
| int | PARALLEL_UPDATES = 1 |
| string | SERVICE_SET_AIRCLEANER_MODE = "set_aircleaner_mode" |
| string | SERVICE_SET_HUMIDIFY_SETPOINT = "set_humidify_setpoint" |
| string | SERVICE_SET_HVAC_RUN_MODE = "set_hvac_run_mode" |
| SET_HVAC_RUN_MODE_SCHEMA | |
| VolDictType | |
Support for Nexia / Trane XL thermostats.
| None homeassistant.components.nexia.climate.async_setup_entry | ( | HomeAssistant | hass, |
| NexiaConfigEntry | config_entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
Set up climate for a Nexia device.
Definition at line 117 of file climate.py.
| dictionary homeassistant.components.nexia.climate.HA_TO_NEXIA_HVAC_MODE_MAP |
Definition at line 88 of file climate.py.
| list homeassistant.components.nexia.climate.HVAC_MODES |
Definition at line 99 of file climate.py.
| tuple homeassistant.components.nexia.climate.NEXIA_SUPPORTED |
Definition at line 107 of file climate.py.
| dictionary homeassistant.components.nexia.climate.NEXIA_TO_HA_HVAC_MODE_MAP |
Definition at line 95 of file climate.py.
| int homeassistant.components.nexia.climate.PARALLEL_UPDATES = 1 |
Definition at line 53 of file climate.py.
| string homeassistant.components.nexia.climate.SERVICE_SET_AIRCLEANER_MODE = "set_aircleaner_mode" |
Definition at line 55 of file climate.py.
| string homeassistant.components.nexia.climate.SERVICE_SET_HUMIDIFY_SETPOINT = "set_humidify_setpoint" |
Definition at line 56 of file climate.py.
| string homeassistant.components.nexia.climate.SERVICE_SET_HVAC_RUN_MODE = "set_hvac_run_mode" |
Definition at line 57 of file climate.py.
| homeassistant.components.nexia.climate.SET_HVAC_RUN_MODE_SCHEMA |
Definition at line 67 of file climate.py.
| homeassistant.components.nexia.climate.VolDictType |
Definition at line 59 of file climate.py.