mirror of
https://github.com/esphome/esphome.git
synced 2025-07-30 07:06:38 +00:00
[midea] Allow None as a supported preset
This commit is contained in:
parent
19a68dc650
commit
c732d602f2
@ -77,6 +77,7 @@ ALLOWED_CLIMATE_MODES = {
|
||||
}
|
||||
|
||||
ALLOWED_CLIMATE_PRESETS = {
|
||||
"NONE": ClimatePreset.CLIMATE_PRESET_NONE,
|
||||
"ECO": ClimatePreset.CLIMATE_PRESET_ECO,
|
||||
"BOOST": ClimatePreset.CLIMATE_PRESET_BOOST,
|
||||
"SLEEP": ClimatePreset.CLIMATE_PRESET_SLEEP,
|
||||
|
Loading…
x
Reference in New Issue
Block a user