* MQTT Vacuum docs
* Add logo for MQTT Vacuum
* PR fixes
* Change the state handling to a set of customizable bools
* Add info about an example protocol
* RIP Defaults
* Added first version of docs for Satel Integra alarm
* Update alarm_control_panel.satel_integra.markdown
* Update binary_sensor.satel_integra.markdown
* Update satel_integra.markdown
Just adding clearer documentation around the configuration variables for the season sensor. Brings this more inline with other component documentation.
The final statement reads states that 'The `load_platform` method allows the platforms to be loaded with the need for any additional platform entries in your `configuration.yaml` file' but it appears the 'with' should be 'without'..
* Additional example
Using the sensor as a trigger. The syntax for this took me ages to work out, be great to save someone else the hours.
* Marking template lines with raw tags
Following @fabaff advice to avoid render of the template, using {% raw %}{{your_template}}{% endraw %}.
* fixing endraw tag
* Fixing? spacing issue
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
* Update tls_self_signed_certificate.markdown
Add .pem and iOS info to save others searching for it like I had too and save time :)
* Minor changes
* Update names
* Update tts.yandextts.markdown
Updated urls and fix quote in voice list
* Update tts.yandextts.markdown
add more links to api key
* Update tts.yandextts.markdown
* Sample in url configuration variable
An example structure for the url property has been added. To prevent the full url from being written base_url + /api/telegram_webhooks
* Minor change
* Created Todoist component documentation.
* Minor tweaks to the Todoist logo and page.
* Added details about services.
* Minor grammar fixes.
* Update HA version.
* Added documentation showing how to set new task's time via service call.