Fix Alexa unsupported operation_mode off ()

pull/17862/head
Ryan Wagoner 2018-10-27 05:57:04 -04:00 committed by Paulus Schoutsen
parent 21870e2167
commit 2adf5918f5
1 changed files with 1 additions and 0 deletions
homeassistant/components/alexa

View File

@ -42,6 +42,7 @@ API_THERMOSTAT_MODES = {
climate.STATE_COOL: 'COOL',
climate.STATE_AUTO: 'AUTO',
climate.STATE_ECO: 'ECO',
climate.STATE_OFF: 'OFF',
climate.STATE_IDLE: 'OFF',
climate.STATE_FAN_ONLY: 'OFF',
climate.STATE_DRY: 'OFF',