Classes | |
| class | ZWaveMeClimate |
Functions | |
| None | async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities) |
Variables | |
| DEVICE_NAME = ZWaveMePlatform.CLIMATE | |
| float | TEMPERATURE_DEFAULT_STEP = 0.5 |
Representation of a thermostat.
| None homeassistant.components.zwave_me.climate.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
Set up the climate platform.
Definition at line 28 of file climate.py.
| homeassistant.components.zwave_me.climate.DEVICE_NAME = ZWaveMePlatform.CLIMATE |
Definition at line 25 of file climate.py.
| float homeassistant.components.zwave_me.climate.TEMPERATURE_DEFAULT_STEP = 0.5 |
Definition at line 23 of file climate.py.