* 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
* Automatically create linkable headers
* Visually improve position of linkable header chain icon
* Do not auto link headers on homepage
* Remove linkable_title everywhere
* 🚑 Re-instante linkable_title plugin as NOOP
* Update required message types and add v2.0 ex.
Changed wording of section listing required message types to make more clear the necessity of sending V_STATUS messages along with V_PERCENTAGE or V_RGB messages. Also, added a MySensors v2.x example sketch which is substantially different from v.1.x. Example sketch taken from MySensors github repo with some comments removed.
* Updated example sketch
Simplified and style corrected.
* V_LIGHT changed to V_STATUS ...
Updated to use non-deprecated types. Also updated library link.
* Updated wording of type description
Updated description of which type messages to send in response to events. This is a hard requirement to fully explain, but hopefully the example sketches will provide guidance.
* Add binary sensor page. Move door, motion, smoke, and part of
sprinkler, leak, sound, vibration and moisture sensors to binary
sensor from sensor page.
* Move back S_LIGHT to switch page from light page.