From 0edb0317655faf9526d32910645e2cbbccfde2d2 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 14 Sep 2015 22:30:06 +0200 Subject: [PATCH] Remove left over from copying --- source/components/sensor.glances.markdown | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/source/components/sensor.glances.markdown b/source/components/sensor.glances.markdown index bc00344fa87..205f179fcf3 100644 --- a/source/components/sensor.glances.markdown +++ b/source/components/sensor.glances.markdown @@ -66,18 +66,3 @@ Configuration variables: - **'process_thread'**: Number of threads - **'process_sleeping'**: Number of sleeping processes -

-Make sure that the URL matches exactly your endpoint or resource. -

- -`curl` could help you with the identification of the variable you want to display in your Home Assistant frontend. The example below show the JSON response of a device that is running with [aREST](http://arest.io/). - -```bash -$ curl -X GET http://192.168.1.31/temperature/ -{"temperature": 77, "id": "sensor02", "name": "livingroom", "connected": true} -``` - -resources -*Required -Resources to monitor on the host. See the configuration example above for a -list of all available conditions to monitor.