mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
Fix Alexa unsupported operation_mode off (#17844)
This commit is contained in:
parent
21870e2167
commit
2adf5918f5
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user