Add setup details

This commit is contained in:
Fabian Affolter 2017-08-05 13:30:10 +02:00
parent bc626e51d5
commit 94b1c99afa
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336
2 changed files with 14 additions and 0 deletions

View File

@ -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/).
<p class='img'>
<img src='{{site_root}}/images/screenshots/supervisor.png' />
</p>
To use this sensor in your installation, add the following to your `configuration.yaml` file:
```yaml

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB