From 456cfe8e3c0ffd231fd6cebd036467025f8b6159 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 14 May 2016 00:02:39 +0200 Subject: [PATCH] Add initial Supervisor docs --- .../_components/sensor.supervisord.markdown | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 source/_components/sensor.supervisord.markdown diff --git a/source/_components/sensor.supervisord.markdown b/source/_components/sensor.supervisord.markdown new file mode 100644 index 00000000000..28f7dc41e5a --- /dev/null +++ b/source/_components/sensor.supervisord.markdown @@ -0,0 +1,26 @@ +--- +layout: page +title: "Supervisord" +description: "Instructions how to integrate Supervisord within Home Assistant." +date: 2016-05-13 22:00 +sidebar: true +comments: false +sharing: true +footer: true +ha_category: Sensor +ha_release: 0.20 +--- + +The `supervisord` platform allows you to track the states of [Supervisor](http://supervisord.org/). + +```yaml +# 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`. +