diff --git a/source/_components/sensor.supervisord.markdown b/source/_components/sensor.supervisord.markdown index 940dfe0a0e1..4fcb8f24157 100644 --- a/source/_components/sensor.supervisord.markdown +++ b/source/_components/sensor.supervisord.markdown @@ -15,6 +15,20 @@ ha_iot_class: "Local Polling" The `supervisord` platform allows you to track the states of [Supervisord](http://supervisord.org/). +It required that you enable the HTTP feature in the `/etc/supervisord.conf` configuration file. + +```text +[inet_http_server] +port=127.0.0.1:9001 +``` + +After a restart of `supervisord` you should be able to access the web interface. If needed then this could be added as a [iFrame panel](/components/panel_iframe/). + +
+
+