* Add Jekyll plugin for configuration variables
* Fix requested changes
* Remove blank lines after configuration tag
* Add component/platform to configuration tag
* 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.
* 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 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.
* Xiaomi token retrieval moved and extended.
* Misleading sentence removed.
* Additional item added to the trouble shooting section.
* API token reference removed from the Xiaomi Gateway introduction.
* The iOS app method does not work anymore. The ZToken column contains a 96 character encrypted token now. A 32 character token is still needed.
* Add information on the purge_days
That the purge happens every other day is only documented in the code, and in issue #6302. This is to raise the visibility of this, and help people understand that if they restart frequently the purge will never happen.
* Spelling & Grammar fixes