Classes | |
| class | DynamicCurrentTempClimate |
| class | ZWaveClimate |
Functions | |
| None | async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities) |
Variables | |
| string | ATTR_FAN_STATE = "fan_state" |
| int | PARALLEL_UPDATES = 0 |
| list | THERMOSTAT_MODES |
Representation of Z-Wave thermostats.
| None homeassistant.components.zwave_js.climate.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
Set up Z-Wave climate from config entry.
Definition at line 97 of file climate.py.
| string homeassistant.components.zwave_js.climate.ATTR_FAN_STATE = "fan_state" |
Definition at line 94 of file climate.py.
| int homeassistant.components.zwave_js.climate.PARALLEL_UPDATES = 0 |
Definition at line 47 of file climate.py.
| list homeassistant.components.zwave_js.climate.THERMOSTAT_MODES |
Definition at line 49 of file climate.py.