hass-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 Use f-strings in integrations starting with "M" (#32271) 2020-03-10 23:34:54 +01:00
binary_sensor.py Migrate to maxcube-api 0.3.0 version (#45126) 2021-01-14 11:33:02 +01:00
climate.py Fix maxcube thermostat transition from off to heat mode (#47643) 2021-03-08 15:14:24 -08:00
manifest.json Migrate to maxcube-api 0.3.0 version (#45126) 2021-01-14 11:33:02 +01:00