core/homeassistant/components/maxcube
unaiur 10eca5b986
Fix maxcube thermostat transition from off to heat mode (#47643)
Transition from HVAC_MODE_OFF to HVAC_MODE_HEAT are not executed because
target temperature is kept at OFF_TEMPERATURE, turning it into a no-op.

This change ensures that we increase the target temperature to at least
the minimum temperature when transitioning to HVAC_MODE_HEAT mode.
2021-03-08 15:14:24 -08:00
..
__init__.py
binary_sensor.py
climate.py Fix maxcube thermostat transition from off to heat mode (#47643) 2021-03-08 15:14:24 -08:00
manifest.json