mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-11-15 10:45:41 +01:00
Issue3914 (#2665)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
parent
c5f5e9e0a9
commit
cca0ec8ce7
@ -49,23 +49,23 @@ The ``midea`` component creates a Midea air conditioner climate device.
|
||||
min_temperature: 17 °C # min: 17
|
||||
max_temperature: 30 °C # max: 30
|
||||
temperature_step: 0.5 °C # min: 0.5
|
||||
supported_modes: # All capabilities in this section detected by autoconf.
|
||||
- FAN_ONLY # This capability is always used.
|
||||
supported_modes: # Optional. All capabilities in this section may be detected by autoconf.
|
||||
- FAN_ONLY
|
||||
- HEAT_COOL
|
||||
- COOL
|
||||
- HEAT
|
||||
- DRY
|
||||
custom_fan_modes:
|
||||
custom_fan_modes: # Optional
|
||||
- SILENT
|
||||
- TURBO
|
||||
supported_presets: # All capabilities in this section detected by autoconf.
|
||||
supported_presets: # Optional. All capabilities in this section may be detected by autoconf.
|
||||
- ECO
|
||||
- BOOST
|
||||
- SLEEP # This capability is always used.
|
||||
custom_presets: # All capabilities in this section detected by autoconf.
|
||||
- SLEEP
|
||||
custom_presets: # Optional. All capabilities in this section may be detected by autoconf.
|
||||
- FREEZE_PROTECTION
|
||||
supported_swing_modes:
|
||||
- VERTICAL # This capability is always used.
|
||||
supported_swing_modes: # Optional
|
||||
- VERTICAL
|
||||
- HORIZONTAL
|
||||
- BOTH
|
||||
outdoor_temperature: # Optional. Outdoor temperature sensor (may display incorrect values after long inactivity).
|
||||
|
Loading…
Reference in New Issue
Block a user