From b771386a102c474f277d17117ce749ea3536ee28 Mon Sep 17 00:00:00 2001 From: orb9 <54509467+orb9@users.noreply.github.com> Date: Mon, 2 Sep 2019 23:16:28 +0300 Subject: [PATCH] Update ifttt.markdown (#10280) * Update ifttt.markdown * Update format --- source/_components/ifttt.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/ifttt.markdown b/source/_components/ifttt.markdown index 36d15bcdfad..1c6afdd4a84 100644 --- a/source/_components/ifttt.markdown +++ b/source/_components/ifttt.markdown @@ -29,7 +29,7 @@ For example, set the body of the IFTTT webhook to: { "action": "call_service", "service": "light.turn_on", "entity_id": "light.living_room" } ``` -You then need to consume that incoming information with the following automation: +You then need to consume that incoming information with the following automation. It need to be added to the `configuration.yaml` file and not `automation.yaml` file. You may want to rename `automation:` to `automation old:` if you are also using the `automation.yaml` file and the online editor: ```yaml automation: