Add SmartThings dry comfort AC preset mode (#181029)

This commit is contained in:
Franck Nijhof
2026-09-02 10:30:00 +02:00
committed by GitHub
parent 3873847173
commit eeb462fdfa
4 changed files with 5 additions and 0 deletions
@@ -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',
]),