Skip to content

v0.0.11

Compare
Choose a tag to compare
@brunosabot brunosabot released this 25 Sep 11:52
· 15 commits to main since this release
5ed79aa

Streamline Card v0.0.11

Hello there!

This release is a maintenance release to address a bug on the visibility when put on parent and child.
The browser will crash because of an infinite loop.

With this template:

streamline_templates:
  bubble_light:
    card:
      card_type: button
      name: "[[entity]]"
      type: "custom:bubble-card"
  visibility:
    - condition: state
      entity: '[[entity]]'
      state: 'on'

And the following usage:

type: custom:streamline-card
template: bubble_light
variables:
  entity: light.all_office
visibility:
  - condition: state
    entity: light.all_office
    state: 'on'

You no longer go in an update loop.

Full Changelog: v0.0.10...v0.0.11

Let me know if you encounter any issue!

-- Bruno