mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-11-15 10:45:41 +01:00
climate: add support for quiet fan speed (#2160)
This commit is contained in:
parent
dc07be64ce
commit
04882129e9
@ -104,7 +104,7 @@ Configuration variables:
|
||||
supported custom_presets of the climate device.
|
||||
- **fan_mode** (*Optional*, string, :ref:`templatable <config-templatable>`): Set the fan mode
|
||||
of the climate device. One of ``ON``, ``OFF``, ``AUTO``, ``LOW``, ``MEDIUM``, ``HIGH``, ``MIDDLE``,
|
||||
``FOCUS``, ``DIFFUSE``.
|
||||
``FOCUS``, ``DIFFUSE``, ``QUIET``.
|
||||
- **custom_fan_mode** (*Optional*, string, :ref:`templatable <config-templatable>`): Set one of the
|
||||
supported custom_fan_modes of the climate device.
|
||||
- **swing_mode** (*Optional*, string, :ref:`templatable <config-templatable>`): Set the swing mode
|
||||
|
@ -257,6 +257,8 @@ These should be used to control the fan only, if available.
|
||||
should direct its airflow at a specific area.
|
||||
- **fan_mode_diffuse_action** (*Optional*, :ref:`Action <config-action>`): The action to call when the fan
|
||||
should direct its airflow over a broad area.
|
||||
- **fan_mode_quiet_action** (*Optional*, :ref:`Action <config-action>`): The action to call when the fan
|
||||
should run at quiet speed.
|
||||
|
||||
Swing Mode Actions
|
||||
******************
|
||||
@ -331,6 +333,7 @@ experience and automation.
|
||||
- ``middle``
|
||||
- ``focus``
|
||||
- ``diffuse``
|
||||
- ``quiet``
|
||||
- **swing_mode** (*Optional*, climate swing mode): The fan swing mode the thermostat should switch to when this
|
||||
preset is activated. If not specified, the thermostat's fan swing mode will remain unchanged when the preset
|
||||
is activated. One of:
|
||||
|
Loading…
Reference in New Issue
Block a user