Update Supervisord sensor component configuration variable (#6900)

This commit is contained in:
Klaas Schoute 2018-10-17 23:24:14 +02:00 committed by Fabian Affolter
parent 163e8182ef
commit 4134ce26a9

View File

@ -37,7 +37,10 @@ sensor:
- platform: supervisord - platform: supervisord
``` ```
Configuration variables: {% configuration %}
url:
- **url** (*Optional*): The URL to track. Default to `http://localhost:9001/RPC2`. description: The URL to track.
required: false
default: "http://localhost:9001/RPC2"
type: string
{% endconfiguration %}