mirror of
https://github.com/home-assistant/core.git
synced 2026-09-25 07:51:46 -05:00
Add SmartThings dry comfort AC preset mode (#181029)
This commit is contained in:
@@ -115,6 +115,7 @@ PRESET_MODE_TO_HA = {
|
||||
"smart": "smart",
|
||||
"motionIndirect": "motion_indirect",
|
||||
"motionDirect": "motion_direct",
|
||||
"dryComfort": "dry_comfort",
|
||||
}
|
||||
|
||||
HA_MODE_TO_PRESET_MODE = {v: k for k, v in PRESET_MODE_TO_HA.items()}
|
||||
|
||||
@@ -130,6 +130,7 @@
|
||||
},
|
||||
"preset_mode": {
|
||||
"state": {
|
||||
"dry_comfort": "Dry comfort",
|
||||
"long_wind": "Long wind",
|
||||
"motion_direct": "Motion direct",
|
||||
"motion_indirect": "Motion indirect",
|
||||
|
||||
@@ -93,6 +93,7 @@
|
||||
"speed",
|
||||
"motionIndirect",
|
||||
"motionDirect",
|
||||
"dryComfort",
|
||||
"windFree",
|
||||
"windFreeSleep"
|
||||
],
|
||||
|
||||
@@ -464,6 +464,7 @@
|
||||
'boost',
|
||||
'motion_indirect',
|
||||
'motion_direct',
|
||||
'dry_comfort',
|
||||
'wind_free',
|
||||
'wind_free_sleep',
|
||||
]),
|
||||
@@ -540,6 +541,7 @@
|
||||
'boost',
|
||||
'motion_indirect',
|
||||
'motion_direct',
|
||||
'dry_comfort',
|
||||
'wind_free',
|
||||
'wind_free_sleep',
|
||||
]),
|
||||
|
||||
Reference in New Issue
Block a user