github custom-cards/bar-card 0.0.2

latest releases: 3.2.0, 3.1.7, 3.1.6...
5 years ago
  • added custom CSS styles option for bar, title and indicator
  • added title position option

Example

- type: custom:bar-card
    entity: sensor.test_increase
    title: styletest
    min: 0
    max: 100
    title_position: right
    bar_style:
      border-radius: 10px
      font-size: 20px
    title_style:
      font-size: 20px
    indicator_style: 
      color: '#aa0000'
      font-size: 10px
    severity:
    - value: 25
      hue: '0'
    - value: 50
      hue: '40'
    - value: 100
      hue: '120'

Don't miss a new bar-card release

NewReleases is sending notifications on new releases.