Skip to content

v0.0.14

Compare
Choose a tag to compare
@brunosabot brunosabot released this 28 Oct 09:02
· 2 commits to main since this release
dc3c156

Streamline Card v0.0.14

Hello there!

This release gives you a new feature: you can now access variables from inside the JavaScript templates.

Example:

streamline_templates:
  bubble_counter:
    card:
      card_type: button
      button_type: name
      name_javascript: "variables.counter > 10 ? '10+' : variables.counter"
      type: "custom:bubble-card"

Full Changelog: v0.0.13...v0.0.14

Let me know if you encounter any issue!

-- Bruno