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
* 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
* 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
* Documentation for Xiaomi Philips Light component added.
* HA version added.
* Syntax error fixed.
* Section "Retrieving the Access Token" has a central place now.
* Spelling & grammar fixed.
* Includes 2 vital details to make Alexa work
I spent several hours trying to figure out why this guide didn't work for me and it overlooked two very important things that must be done.
1. either forward 443 requests or change your serving port to 443
2. add "alexa:" to your configuration file. otherwise, the .../api/alexa?api_password=xxxxxxxxx will not exist.
* Minor changes
* documentation for knx component
* documentation of knx component
* fixed typo
* updated documentation for new HVAC controller status
* fixed spelling