* Newer MDI icons not immediately available
Add a note that newer MDI icons may not be available in the current Home Assistant release. Confusion as to why certain icons don't show up is common in the Community.
* ✏️ Tweak
* ✏️ Additional space removal
* Clarification regarding last_xxx being in UTC
It worth to mention that last_xxx times are in UTC and should be converted to local time when exposed to user/exported in any human-readable form
* ✏️ Rewording
* Clarification of Templates using now()
The current content of that section is hard to understand and there is no example.
Hope the link to some examples will help.
* Minor changes
* Update tplink documentation
* Make configuration linkable, add documentation for list elements
* ✏️ Tweaks
* Add KL series of bulbs from #8134
* Add LB230 from #8090
* Add extracting energy sensor data from the switch platform
* fix indent
* add 0.89 for version
* re-add HS103
There was some confusion about the use of filters in the HA extension,
in fact some of them were wrong.
Also merged the examples for the extensions into sections for each type so
they could be seen in context.
Added note about testing templates in the template tool
Added section about how `|` has priority over non-bracket operators
Some minor changes to steer people towards `states.('...')` rather than `states...state`.
As somebody pointed out on the forum, using different examples adds confusion. Updated both styles to use the same contents, so it's clearer what's going on.
* FOR DISCUSSION - improving the Securing docs
This probably needs some back and fore to work out what the projects want here, but I thought I'd give it a first pass through to turn this from a "wall of things" that seem equally important into something hopefully more digestible. Particularly as some of the things look like you should do all of them, but they're actually mutually exclusive, or functionally identical.
I've tried to break it into things that people must do (here's the basic minimum) and things they should consider if they want to make it more secure. I've also tried to steer people towards `cloud` where it'll work for them, and if they just want remote access to the UI to use a VPN or Tor (I moved the SSH tunnel option last because it's the most complicated to set up of the three).
* Update based upon feedback
* Added link to fail2ban guide
* Updates
* Update
* ✏️ Tweaks