From 4134ce26a943ed6bb8a6c7c0c2d174bd27868f4c Mon Sep 17 00:00:00 2001 From: Klaas Schoute Date: Wed, 17 Oct 2018 23:24:14 +0200 Subject: [PATCH] Update Supervisord sensor component configuration variable (#6900) --- source/_components/sensor.supervisord.markdown | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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 %}