From f0d30ca399fae1cdef8266766fb3fcdc590f3590 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Fri, 4 Oct 2019 08:57:36 -0700 Subject: [PATCH] Update external_api_rest.md --- docs/external_api_rest.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/external_api_rest.md b/docs/external_api_rest.md index 0d39181f..cf2a93d3 100644 --- a/docs/external_api_rest.md +++ b/docs/external_api_rest.md @@ -347,7 +347,7 @@ $ curl -X GET -H "Authorization: Bearer ABCDEFGH" \ #### POST /api/states/<entity_id> -Updates or creates the current state of an entity. +Updates or creates a state. You can create any state that you want, it does not have to be backed by an entity in Home Assistant. Expects a JSON object that has at least a state attribute: