Update ifttt.markdown (#10280)

* Update ifttt.markdown

* Update format
This commit is contained in:
orb9 2019-09-02 23:16:28 +03:00 committed by Fabian Affolter
parent e4ba940729
commit b771386a10

View File

@ -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" } { "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 ```yaml
automation: automation: