Fix gpio page mentioning PWM (#1818)

This commit is contained in:
Jesse Hills 2022-01-20 08:32:58 +13:00 committed by GitHub
parent d0ffefbb94
commit fc051dbe3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ will not show up in Home Assistant. See :doc:`/components/switch/gpio`.
Configuration variables:
------------------------
- **pin** (**Required**, :ref:`Pin Schema <config-pin_schema>`): The pin to use PWM on.
- **pin** (**Required**, :ref:`Pin Schema <config-pin_schema>`): The pin to turn on and off.
- **id** (**Required**, :ref:`config-id`): The id to use for this output component.
- All other options from :ref:`Output <config-output>`.