Update binary.rst (#2884)

Add binary output component to use for this fan.
This commit is contained in:
Ludovic BOUÉ 2023-05-31 15:33:11 +02:00 committed by GitHub
parent 0b041128a6
commit d2bf9eba84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 1 deletions

View File

@ -14,10 +14,18 @@ The ``binary`` fan platform lets you represent any binary :ref:`output` as a fan
.. code-block:: yaml
# Example configuration entry
output:
- id: fan_output
platform: gpio
pin: GPIO16
fan:
- platform: binary
output: my_output_1
output: fan_output
name: "Living Room Fan"
Configuration variables:
------------------------