diff --git a/source/_components/sensor.supervisord.markdown b/source/_components/sensor.supervisord.markdown index fc978f2f2de..bc1c2880b90 100644 --- a/source/_components/sensor.supervisord.markdown +++ b/source/_components/sensor.supervisord.markdown @@ -37,7 +37,10 @@ sensor: - platform: supervisord ``` -Configuration variables: - -- **url** (*Optional*): The URL to track. Default to `http://localhost:9001/RPC2`. - +{% configuration %} +url: + description: The URL to track. + required: false + default: "http://localhost:9001/RPC2" + type: string +{% endconfiguration %}