From ef2bbd6e0c8e4f0384d1e93672b49845b034c86a Mon Sep 17 00:00:00 2001 From: Otto Winter Date: Fri, 31 May 2019 13:18:07 +0200 Subject: [PATCH] Clarify servo --- components/servo.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/components/servo.rst b/components/servo.rst index e0ae64084..57f1ef6c8 100644 --- a/components/servo.rst +++ b/components/servo.rst @@ -30,6 +30,7 @@ only operate in this frequency range. output: pwm_output # Example output platform + # On ESP32, use ledc output output: - platform: esp8266_pwm id: pwm_output @@ -39,7 +40,8 @@ only operate in this frequency range. Configuration variables: ------------------------ -- **output** (**Required**, :ref:`config-id`): The ID of the output component to use for this servo. +- **output** (**Required**, :ref:`config-id`): The ID of the :doc:`output component ` + to use for this servo. - **id** (**Required**, :ref:`config-id`): The ID of this servo so that it can be controlled. Advanced Options: