From 1c97229c845b6289c37b9d23f3886e20f33b65a0 Mon Sep 17 00:00:00 2001 From: Carlo Costanzo Date: Mon, 28 Sep 2015 01:42:13 -0400 Subject: [PATCH] Changed the Flow Moved 'Testing your trigger' to the end of the page. --- source/components/ifttt.manything.markdown | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/source/components/ifttt.manything.markdown b/source/components/ifttt.manything.markdown index ba7b0517ded..812fb262866 100644 --- a/source/components/ifttt.manything.markdown +++ b/source/components/ifttt.manything.markdown @@ -55,6 +55,14 @@ automation: data: {"event":"manything_off"} ``` +### {% linkable_title Setting up a recipe %} + +

+ +You need to setup a unique trigger for each event you sent to IFTTT. +For ManyThing support, you need to set up an on and off event. +

+ ### {% linkable_title Testing your trigger %} You can use the developer tools to test your [Maker Channel](https://ifttt.com/maker) trigger. To do this, open the Home Assistant UI, open the sidebar, click on the first icon in the developer tools. This should get you to the 'Call Service' screen. Fill in the following values: @@ -65,11 +73,4 @@ domain | `ifttt` service | `trigger` Service Data | `{"event": "manything_on"}` -### {% linkable_title Setting up a recipe %} - -

- -You need to setup a unique trigger for each event you sent to IFTTT. -For ManyThing support, you need to set up an on and off event. -