Skip to content

v0.0.10

Compare
Choose a tag to compare
@brunosabot brunosabot released this 22 Sep 06:59
· 18 commits to main since this release
70f590e

Streamline Card v0.0.10

Hello there!

This release is a maintenance release to address a bug on the variables. Since you can have default values, the variables key used in the templates should not be mandatory.

With this template:

streamline_templates:
  bubble_separator:
    default:
      name: "Room"
    card:
      card_type: separator
      name: "[[name]]"
      type: "custom:bubble-card"

The following usage should be valid:

type: custom:streamline-card
template: bubble_separator

Full Changelog: v0.0.9...v0.0.10

Let me know if you encounter any issue!

-- Bruno