From 3644c69b27fca483794d949c96d722a2dda735ab Mon Sep 17 00:00:00 2001 From: Dubh Ad Date: Sun, 30 Jun 2019 13:32:12 +0100 Subject: [PATCH] Fix typo (#9735) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The entity in the example is missing the domain 🤦‍♂ --- source/_components/switch.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/switch.markdown b/source/_components/switch.markdown index acf851afdf6..899e19d255f 100644 --- a/source/_components/switch.markdown +++ b/source/_components/switch.markdown @@ -24,7 +24,7 @@ Keeps track which switches are in your environment, their state and allows you t In the frontend open the sidebar. At the bottom, under **Developer Tools**, click **Services**. From the Service dropdown menu choose `switch.turn_on` or `switch.turn_off` from the list of available services. In the Entity dropdown menu choose or enter the entity ID you want to work with. This will enter something like the sample below into the **Service Data** field. Now hit **CALL SERVICE**. ```json -{"entity_id":"livingroom_pin2"} +{"entity_id":"switch.livingroom_pin2"} ``` | Service data attribute | Optional | Description |