From 72bdc625cee2bb919e1fa98cf7e00cbe273020ad Mon Sep 17 00:00:00 2001 From: Gabriel Sieben Date: Sun, 3 Jul 2022 19:33:06 +0200 Subject: [PATCH] Update pca9685.rst --- components/output/pca9685.rst | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/components/output/pca9685.rst b/components/output/pca9685.rst index cbd154cb3..5862cbca4 100644 --- a/components/output/pca9685.rst +++ b/components/output/pca9685.rst @@ -82,6 +82,27 @@ Configuration variables: Use this if you have multiple PCA9685s you want to use at the same time. - All other options from :ref:`Output `. + +Note +---- + +This output can be used for different functions. E.g. output for light, ventiator etc. + +.. code-block:: yaml + + pca9685: + frequency: 500 + + output: + - platform: pca9685 + channel: 0 + id: pwm01 + + light: + - platform: monochromatic + name: 'main light' + output: pwm01 + See Also --------