Skip to content

v4.0.0-dev.14

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 26 Jul 10:56
· 33 commits to dev since this release

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 with helpers.xxx for eg. helpers.relativeTime(entity.state) or helpers.localize(entity)

Features

  • helpers: all template functions are now available through the helpers object (f22ed69)

Bug Fixes

  • group_expand now works even if the entity is not a group.xxx (f192ded), closes #645