* Standardized values in the example configuration
Removed what appear to be an actual API key from the example configuration.yaml block. And, replaced with values as described in the [developer docs](https://developers.home-assistant.io/docs/en/documentation_standards.html#component-and-platform-pages)
* Standardize example configuration-ecobee
* Standardize example configuration-coinbase
* Standardize example configuration-google assistant
* Standardize example configuration-cloudflare
* Standardize example configuration-cloudflare
* Standardize example configuration-habitica
* Standardize example configuration-ifttt
* Standardize example configuration-openalpr
* Standardize example configuration-multiple
* Standardize example configuration-instapush
* Standardize example configuration-llamalab
* Standardize example configuration-notify
* Standardize example configuration-mailgun
* Standardize example configuration-MULTIPLE
* Standardize example configuration-rtm
* Standardize example configuration-spotcrime
* Standardize example configuration-trafikverket
* Standardize example configuration-uk transport
* Standardize example configuration-wunderground
* Standardize example configuration-wsdot
* Standardize example configuration-telegram
* Standardize example configuration-tts
* Standardize example configuration-tts, vultr
* Replace email entry
* Replace IP address
* Place email address
I banged my head against the table for hours trying to make the script work on this page and then I figured out something. When viewing the page on the HA site, the variable tags {{value1}}, etc...do not display. I only see two quotes.
This is what I was seeing. ```{"event":"TestHA_Trigger", "value1":"", "value2":"", "value3":""}```
And I should be seeing this: ```{"event":"TestHA_Trigger", "value1":"{{value1}}", "value2":"{{value2}}", "value3":"{{value3}}"}
Above this section in the automation, there's a tag called { % raw % } which I'm unfamiliar with, but I made a guess that this needs to be inserted. I may have been wrong. If so, I hope I've identified a valid problem. Thanks!
Minor changes
* The service is now primarily named Webhooks, with the Maker name largely removed
* Some URLs and links have moved
* The API key format is now different
* Added an example of an Automation using IFTTT
For me, the data entry was confusing so hopefully this example helps clear it up.
* Update ifttt.markdown