diff --git a/source/_integrations/ifttt.markdown b/source/_integrations/ifttt.markdown index de95cb67429..9f4f82e14d1 100644 --- a/source/_integrations/ifttt.markdown +++ b/source/_integrations/ifttt.markdown @@ -29,10 +29,12 @@ 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. 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: +You then need to consume that incoming information with the following automation: ```yaml automation: +- id: this_is_the_automation_id + alias: The optional automation alias trigger: platform: event event_type: ifttt_webhook_received