What's Changed
- Implement "action" support in "execute" to make more dynamic rules by @exetico in #456
- Feat/support important in set style by @exetico in #457
- Do not add * as target by @exetico in #464
New features
- We're now exposing a
action
function, which can be used in your JavaScript code. Use it to call things likestyle_set
, but also Home Assistant sevices, just like you'd done it with theaction
keyword in YAML. Check the documentation for more - It's now possible to use the
!important
decorator in CSS. I'll not recommend it, but it works, if you'd ever need it.
Full Changelog: 1.0.44...1.0.45-beta.1