From a28947177dae8fa72c7bd4144d9a7b267382d5d2 Mon Sep 17 00:00:00 2001 From: Gabriel Sieben Date: Sat, 2 Jul 2022 23:46:15 +0200 Subject: [PATCH 1/5] Missing entry --- components/output/pca9685.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/components/output/pca9685.rst b/components/output/pca9685.rst index 20ae7408f..cbd154cb3 100644 --- a/components/output/pca9685.rst +++ b/components/output/pca9685.rst @@ -25,6 +25,7 @@ global ``pca9685`` hub and give it an id, and then define the # Example configuration entry pca9685: frequency: 500 + id: 'pca9685_hub1' # Individual outputs output: From 72bdc625cee2bb919e1fa98cf7e00cbe273020ad Mon Sep 17 00:00:00 2001 From: Gabriel Sieben Date: Sun, 3 Jul 2022 19:33:06 +0200 Subject: [PATCH 2/5] 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 -------- From e04f22b2718e945ecaf77ab43f72acaf5f8e5f26 Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Wed, 19 Oct 2022 08:10:12 +1300 Subject: [PATCH 3/5] Update components/output/pca9685.rst --- components/output/pca9685.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/output/pca9685.rst b/components/output/pca9685.rst index 5862cbca4..429e72d50 100644 --- a/components/output/pca9685.rst +++ b/components/output/pca9685.rst @@ -83,7 +83,7 @@ Configuration variables: - All other options from :ref:`Output `. -Note +Examples ---- This output can be used for different functions. E.g. output for light, ventiator etc. From 98394994f7f5b80a1213f2663e20e61eb9b16119 Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Wed, 19 Oct 2022 08:10:38 +1300 Subject: [PATCH 4/5] Update components/output/pca9685.rst --- components/output/pca9685.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/output/pca9685.rst b/components/output/pca9685.rst index 429e72d50..37a5982cc 100644 --- a/components/output/pca9685.rst +++ b/components/output/pca9685.rst @@ -84,7 +84,7 @@ Configuration variables: Examples ----- +-------- This output can be used for different functions. E.g. output for light, ventiator etc. From 21da19bdfa8ea5a9170e230a0e96e7dd02a8361a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=2E=20=C3=81rkosi=20R=C3=B3bert?= Date: Mon, 28 Nov 2022 09:29:07 +0100 Subject: [PATCH 5/5] Update pca9685.rst --- components/output/pca9685.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/output/pca9685.rst b/components/output/pca9685.rst index ccb6a265f..e5326967b 100644 --- a/components/output/pca9685.rst +++ b/components/output/pca9685.rst @@ -86,7 +86,7 @@ Configuration variables: Examples -------- -This output can be used for different functions. E.g. output for light, ventiator etc. +This output can be used for different PWM functions. E.g. output for light, fan etc. .. code-block:: yaml