Added clarification about the name of the sensors created to help new users who might expect the sensor name and component name to match.
Also, it would seem that after 0.27, configuration of this component may have changed. Using "http" or "https" as indicated in the documentation seems to raise an exception. Using the port number on the host line also causes an error. Omitting this (at least without SSL) seems to fix the issue. I don't know enough about how this component work to troubleshoot, so I left that part as-is. Maybe someone who knows this component better could take a look?
Reworded a few places for grammar/readability.
Also, I have never proposed a change to the documentation before, so I hope I am doing this in the proper way. Trying to be helpful, not step on anyone's feet! Please feel free to admonish me, if I am not following proper etiquette. :)
* Added information to turn off Disco Lights on Aeon Gen5
Although not HA specific, this information wasn't easily found. (Found it eventually in an AMAZON review!). So since ZWave Sticks are so popular with HA users, I thought I would contribute this information.
* Update z-wave-settings.markdown
* 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
* Added required dependency
Since release 0.27.1 it became mandatory to define apcupsd and associated server and port. Missing configuration was not caught by validation script and it prevented all other sensors from loading. See more here:
https://community.home-assistant.io/t/0-27-1-broke-customize
* Updated per review
Followed @Landrash advise for cleaner approach