From 1a0e7b8b40bfaa71aebf463d5d48a79445348101 Mon Sep 17 00:00:00 2001 From: Oxan van Leeuwen Date: Mon, 10 Jan 2022 00:07:19 +0100 Subject: [PATCH] Drop oscillation_output option from H-bridge fan (#1788) --- components/fan/hbridge.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/components/fan/hbridge.rst b/components/fan/hbridge.rst index 6141c7430..2aacdb4d5 100644 --- a/components/fan/hbridge.rst +++ b/components/fan/hbridge.rst @@ -51,12 +51,10 @@ Configuration variables: :ref:`float output ` connected to the Enable pin of the h-bridge (if h-bridge uses enable). - **decay_mode** (*Optional*, string): The decay mode you want to use with the h-bridge. Either ``slow`` (braking) or ``fast`` (coasting). Defaults to ``slow``. -- **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. - **speed_count** (*Optional*, int): Set the number of supported discrete speed levels. The value is used to calculate the percentages for each speed. E.g. ``2`` means that you have 50% and 100% while ``100`` will allow 1% increments in the output. Defaults to ``100``. +- **name** (**Required**, string): The name for this fan. - **id** (*Optional*, :ref:`config-id`): Manually specify the ID used for code generation. - All other options from :ref:`Fan Component `.