home-assistant/home-assistant#18645: revert heat-cool -> auto change

This commit is contained in:
phnx 2018-12-07 10:00:56 -05:00
parent 24d0aa3f55
commit 385f0298bd
4 changed files with 7 additions and 7 deletions

View file

@ -517,7 +517,7 @@ class TemperatureSettingTrait(_Trait):
climate.STATE_HEAT: 'heat',
climate.STATE_COOL: 'cool',
climate.STATE_OFF: 'off',
climate.STATE_AUTO: 'auto',
climate.STATE_AUTO: 'heatcool',
climate.STATE_FAN_ONLY: 'fan-only',
climate.STATE_DRY: 'dry',
climate.STATE_ECO: 'eco'