mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-12-25 17:17:54 +01:00
Document set direction on fan.turn_on action (#1411)
This commit is contained in:
parent
39f7eec5d6
commit
40dbb25785
@ -104,6 +104,8 @@ Configuration options:
|
||||
Set the oscillation state of the fan. Defaults to not affecting oscillation.
|
||||
- **speed** (*Optional*, int, :ref:`templatable <config-templatable>`):
|
||||
Set the speed level of the fan. Can be a number between 1 and the maximum speed level of the fan.
|
||||
- **direction** (*Optional*, string, :ref:`templatable <config-templatable>`):
|
||||
Set the diretion of the fan. Can be either ``forward`` or ``reverse``. Defaults to not changing the direction.
|
||||
|
||||
.. _fan-on_turn_on_off_trigger:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user