Classes | |
| class | DeconzThermostat |
Functions | |
| None | async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities) |
Variables | |
| string | DECONZ_FAN_SMART = "smart" |
| string | DECONZ_PRESET_AUTO = "auto" |
| string | DECONZ_PRESET_COMPLEX = "complex" |
| string | DECONZ_PRESET_HOLIDAY = "holiday" |
| string | DECONZ_PRESET_MANUAL = "manual" |
| dictionary | DECONZ_TO_FAN_MODE = {value: key for key, value in FAN_MODE_TO_DECONZ.items()} |
| dictionary | DECONZ_TO_PRESET_MODE = {value: key for key, value in PRESET_MODE_TO_DECONZ.items()} |
| dictionary | FAN_MODE_TO_DECONZ |
| dictionary | HVAC_MODE_TO_DECONZ |
| dictionary | PRESET_MODE_TO_DECONZ |
Support for deCONZ climate devices.
| None homeassistant.components.deconz.climate.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
Set up the deCONZ climate devices.
Definition at line 77 of file climate.py.
| string homeassistant.components.deconz.climate.DECONZ_FAN_SMART = "smart" |
Definition at line 40 of file climate.py.
| string homeassistant.components.deconz.climate.DECONZ_PRESET_AUTO = "auto" |
Definition at line 60 of file climate.py.
| string homeassistant.components.deconz.climate.DECONZ_PRESET_COMPLEX = "complex" |
Definition at line 61 of file climate.py.
| string homeassistant.components.deconz.climate.DECONZ_PRESET_HOLIDAY = "holiday" |
Definition at line 62 of file climate.py.
| string homeassistant.components.deconz.climate.DECONZ_PRESET_MANUAL = "manual" |
Definition at line 63 of file climate.py.
| dictionary homeassistant.components.deconz.climate.DECONZ_TO_FAN_MODE = {value: key for key, value in FAN_MODE_TO_DECONZ.items()} |
Definition at line 51 of file climate.py.
| dictionary homeassistant.components.deconz.climate.DECONZ_TO_PRESET_MODE = {value: key for key, value in PRESET_MODE_TO_DECONZ.items()} |
Definition at line 74 of file climate.py.
| dictionary homeassistant.components.deconz.climate.FAN_MODE_TO_DECONZ |
Definition at line 42 of file climate.py.
| dictionary homeassistant.components.deconz.climate.HVAC_MODE_TO_DECONZ |
Definition at line 53 of file climate.py.
| dictionary homeassistant.components.deconz.climate.PRESET_MODE_TO_DECONZ |
Definition at line 65 of file climate.py.