Binary Fan ========== The ``binary`` fan platform lets you represent any binary :ref:`output` as a fan. .. figure:: images/fan-ui.png :align: center :width: 80.0% .. code:: yaml # Example configuration entry fan: - platform: binary output: myoutput_1 name: "Living Room Fan" Configuration variables: ~~~~~~~~~~~~~~~~~~~~~~~~ - **output** (**Required**, :ref:`config-id`): The id of the binary output component to use for this fan. - **name** (**Required**, string): The name for this fan. - **oscillation_output** (*Optional*, :ref:`config-id`): The id of the :ref:`output ` to use for the oscillation state of this fan. Default is empty. - **id** (*Optional*, :ref:`config-id`): Manually specify the ID used for code generation. - All other options from :ref:`MQTT Component ` and :ref:`Fan Component `. See Also ^^^^^^^^ - :doc:`/esphomeyaml/components/output/index` - :doc:`/esphomeyaml/components/output/gpio` - :doc:`/esphomeyaml/components/fan/index` - :doc:`API Reference ` - `Edit this page on GitHub `__