* Updating template example
There was a (') in the line '{{(states('sensor.solaredge_energy_this_year') | float / 1000) | round(2)}}'
This caused yaml issues the update is '{{(states(sensor.solaredge_energy_this_year') | float / 1000) | round(2)}}'
* ✏️ Tweak
* Update solaredge_local.markdown
Remove sensors: section head. This is an incorrect section header. Adding the platform as a list item so new users can copy and paste into existing sensor sections.
* ✏️ Tweak
* Update Homekit Docs
Homeassistant 0.95.x throws warning "Please remove homekit from your discovery.enable configuration as it is now enabled by default" if enable homekit is added to discovery component
* ✏️ Tweak
* Added splitting string example, fixed Arduino ex
* fixed raw tags
* ✏️ Tweak
* Added sample return string from serial device
* Change heading (it's an anchor)
Streamlined the page a little bit. Corrected capitalizations in brand names, corrected some confusing info (at one point it refers to it as a "social blade channel ID" even though it's a YouTube channel ID). Fixed some typos, shortened instructions a bit, removed a duplicate line at the end (since it's mentioned in the intro already).
Also in the example config changed "YOUR_CHANNEL_NUMBER " to "YOUTUBE_CHANNEL_ID" because you can use any channel, not just "your" own. Channel ID's contain letters too so "number" isn't really accurate, better to just say ID.
Added missing attributes according to commit abe6203988
I think we must add explanation for `hvac_mode` and `preset_mode` attributes, because it is unclear what these paragraphs mean and what those attributes stands for in the first place. If I am correct first are used for `controller_mode_address` and second for `operation_mode_address`. Maybe it needs to be mentioned?
Clarified the API key needed and simplified the stop finding method.
The transport NSW API documentation wasn't super clear and it's easy to get lost in the OpenData portal. Hopefully this helps the next person.
* Sets front matter defaults
* Removes default front matter from section templates/pages
* Removes default front matter from addon pages
* Removes default front matter from integration pages
* Removes default front matter from posts
* Removes default front matter from docs pages
* Removes default front matter from other pages
* Fixes blog category pages
* Add arcam_fmj media player
* Drop extra line
* Correct typo in receiver type
* Remove redirect_from
* Move larger config example to below config option table
* Uppercase hostname to indicat it should be changed in example
* int to integer
* Increase level of headers and make them linkable
* Correct spelling error
* Minor language change
* Minor spelling fix
* Add configuration title
* More spelling fixes
* ✏️ Tweaks
* ✏️ Tweak
* Drop linkable_title from headers
* ✏️ Tweak