mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 06:16:50 +00:00
Add setup details
This commit is contained in:
parent
bc626e51d5
commit
94b1c99afa
@ -15,6 +15,20 @@ ha_iot_class: "Local Polling"
|
|||||||
|
|
||||||
The `supervisord` platform allows you to track the states of [Supervisord](http://supervisord.org/).
|
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:
|
To use this sensor in your installation, add the following to your `configuration.yaml` file:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
BIN
source/images/screenshots/supervisor.png
Normal file
BIN
source/images/screenshots/supervisor.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 37 KiB |
Loading…
x
Reference in New Issue
Block a user