github brunosabot/streamline-card v0.0.9

latest releases: v0.1.0, v0.0.23, v0.0.22...
11 months ago

Streamline Card v0.0.9

Hello there!

If you get confused with the array variables, I got you covered!
Streamline card is no able to handle objects for default and variables keys, while still supporting the array notation!


Templates Before

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

Templates After

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

Usage Before

type: custom:streamline-card
template: bubble_separator
variables:
  - name: Actions
  - icon: mdi:button-pointer

Usage After

type: custom:streamline-card
template: bubble_separator
variables:
  name: Actions
  icon: mdi:button-pointer

Full Changelog: v0.0.8...v0.0.9

Let me know if you encounter any issue!

-- Bruno

Don't miss a new streamline-card release

NewReleases is sending notifications on new releases.