1
0
mirror of https://github.com/esphome/esphome.git synced 2025-11-01 15:41:52 +00:00

Compare commits

...

1 Commits

Author SHA1 Message Date
Jesse Hills
c732d602f2 [midea] Allow None as a supported preset 2025-07-19 11:02:18 +12:00

View File

@@ -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,