* 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
* Add template sensors to DSMR example
Add a daily and monthly template sensor to DSMR example that sum peak and off peak usage
* Try new syntax
* Surround jinja in yaml with raw
* utility_meter net metering support
Add documentation around net metering for utility_sensor.
* Change config item to new name
New name to make it more obvious what the configuration does.
* ✏️ Tweaks
* ✏️ Tweak
* Added configuration when using separate sensors per tariff
Additional configuration example and explanation added for DSMR users, or other setups that have separate source sensors to track for different power tariffs.
* note created about persistent sensor values
Paragraph about persistent values for this component are now in a note css
* Remove info overdose
No need to explain that 6 new entities are created with the example, as it is clear from the yaml that 6 entities are configured. Removed.
`cycle: ` is a required configuration option for this sensor, and was missing from the sample configuration.
Added `cycle: monthly` to the displayed sample configuration to make it a valid config.