For some PiLight protocols there are different parameters used and therefore the variables have to be replaced in order to have the pilight_switch component working with HASS.
* Updates the influxdb documentation with minimal setup instructions
- Adds instructions on creating the default database, which were
previously located in the blog post
- Clarifies that the default influxdb configuration doesn’t require
authentication
* Removes detailed instructions for Influx database creation
Replaces the detailed instructions with a link to the official InfluxDB
v 1.0 documentation for creating a database
* Update media_player.yamaha documentation
The documentation wasn't up to date:
- `source_ignore` and `source_names` were not documented
- source selection has been around for a while.
* Rework media_player.yamaha documentation
Remove optional attributes from the main sample, add a second, more complete sample.
* Add example of tag usage inside yaml
This helps users to see how extra information passed to notification shuld be placed under data->data. In this case it's data->data->tag.
* Added raw/endraw to message template.
* Change link to Z-wave Getting Started Page
Changes the link from the Z-wave component page, to the Z-wave getting
started page.
The component page directs users to the getting started page, and does
not have any information for the user. This should save users a link
click.
* Add more information about Z-Wave climate control
Add examples to the Z-wave climate page to show users how they can
automate their Z-wave climate control.
* Document Climate Services
Adds documentation for all the services exposed by the new Climate
platform.
Based on the cover platform documentation.
* Update climate.markdown
Fixed some formatting and spelling.