Clarify servo

This commit is contained in:
Otto Winter 2019-05-31 13:18:07 +02:00
parent 376d78c773
commit ef2bbd6e0c
No known key found for this signature in database
GPG Key ID: DB66C0BE6013F97E
1 changed files with 3 additions and 1 deletions

View File

@ -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 </components/output/index>`
to use for this servo.
- **id** (**Required**, :ref:`config-id`): The ID of this servo so that it can be controlled.
Advanced Options: