Skip to content

2.0.2

Compare
Choose a tag to compare
@Gluwc Gluwc released this 30 Mar 13:39
· 66 commits to master since this release

Fixes

  • Fixed CSS style assignment. Now defined by element type instead of id.

Example using card-mod.

type: 'custom:bar-card'
entity: sensor.debug
style: |-
  bar-card-bar {
    border-radius: 3px;
  }