mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-06 11:08:59 +00:00
673 B
673 B
layout, title, description, date, sidebar, comments, sharing, footer, ha_category, ha_release
layout | title | description | date | sidebar | comments | sharing | footer | ha_category | ha_release |
---|---|---|---|---|---|---|---|---|---|
page | Supervisord | Instructions how to integrate Supervisord within Home Assistant. | 2016-05-13 22:00 | true | false | true | true | System Monitor | 0.20 |
The supervisord
platform allows you to track the states of Supervisord.
To use this sensor in your installation, add the following to your configuration.yaml
file:
# Example configuration.yaml entry
sensor:
platform: supervisord
url: http://192.168.1.1:9001/RPC2
Configuration variables:
- url (Optional): The URL to track. Default to
http://localhost:9001/RPC2
.