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. -