From 76a3c9e5af10f755c1902b6e17991285085181de Mon Sep 17 00:00:00 2001 From: gjbadros Date: Tue, 26 Nov 2019 13:20:22 -0800 Subject: [PATCH] Update for PR that allows list result for PR 28835 (#11210) See https://github.com/home-assistant/home-assistant/pull/28835 --- source/_integrations/rest.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_integrations/rest.markdown b/source/_integrations/rest.markdown index 1c91c94b0b3..8f644dad45c 100644 --- a/source/_integrations/rest.markdown +++ b/source/_integrations/rest.markdown @@ -132,6 +132,8 @@ $ curl -X GET http://192.168.1.31/temperature/ {"temperature": 77, "id": "sensor02", "name": "livingroom", "connected": true} ``` +The response is expected to be a dictionary or a list with a dictionary as its 0th element. + ## Examples In this section you find some real-life examples of how to use this sensor.