Skip to content

Commit

Permalink
Add documentation for fan direction
Browse files Browse the repository at this point in the history
  • Loading branch information
blejdfist committed May 7, 2020
1 parent 684f0a4 commit f10abbb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/fan/binary.rst
Expand Up @@ -27,6 +27,8 @@ Configuration variables:
- **name** (**Required**, string): The name for this fan.
- **oscillation_output** (*Optional*, :ref:`config-id`): The id of the
:ref:`output <output>` to use for the oscillation state of this fan. Default is empty.
- **direction_output** (*Optional*, :ref:`config-id`): The id of the
:ref:`output <output>` to use for the direction state of the fan. Default is empty.
- **id** (*Optional*, :ref:`config-id`): Manually specify
the ID used for code generation.
- All other options from :ref:`Fan Component <config-fan>`.
Expand Down
2 changes: 2 additions & 0 deletions components/fan/speed.rst
Expand Up @@ -28,6 +28,8 @@ Configuration variables:
- **name** (**Required**, string): The name for this fan.
- **oscillation_output** (*Optional*, :ref:`config-id`): The id of the
:ref:`output <output>` to use for the oscillation state of this fan. Default is empty.
- **direction_output** (*Optional*, :ref:`config-id`): The id of the
:ref:`output <output>` to use for the direction state of the fan. Default is empty.
- **speed** (*Optional*): Set the float values for each speed setting:

- **low** (*Required*, float): Set the value for the low speed
Expand Down

0 comments on commit f10abbb

Please sign in to comment.