climate: add support for quiet fan speed (#2160)

This commit is contained in:
Michael Muré 2023-02-08 23:28:20 +01:00 committed by GitHub
parent dc07be64ce
commit 04882129e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

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

View File

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