[midea] Allow None as a supported preset

This commit is contained in:
Jesse Hills 2025-07-19 11:02:18 +12:00
parent 19a68dc650
commit c732d602f2
No known key found for this signature in database
GPG Key ID: BEAAE804EFD8E83A

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,