Skip to content

Commit

Permalink
Add documentation for fan direction (#580)
Browse files Browse the repository at this point in the history
* Add documentation for fan direction

* Travis failed to trigger. Trying again.

* Revert Travis trigger. This feels like a hack.
  • Loading branch information
blejdfist committed Jun 14, 2020
1 parent 3b92289 commit abf40a0
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 abf40a0

Please sign in to comment.