4.0.0-dev.14 (2023-07-26)
⚠ BREAKING CHANGES
- helpers: If you were using any of the beta before
4.0.0-dev14
. Please replace all the calls to helper functions withhelpers.xxx
for eg.helpers.relativeTime(entity.state)
orhelpers.localize(entity)
Features
- helpers: all template functions are now available through the
helpers
object (f22ed69)