custom-cards / bignumber-card

Apache License 2.0
122 stars 23 forks source link

update to 0.0.3 lose severity color from card #19

Closed peterhoe closed 3 years ago

peterhoe commented 3 years ago

When updating to 0.0.3, I lose the ability for severity colour to be displayed. Always displays in blue

Clear Cache did not help

tested in chrome on pc, android using app & chrome

rollback to 0.0.2 using hacs restores severity colour

peterhoe commented 3 years ago

`- type: custom:bignumber-card

title: Hum Lounge

entity: sensor.insidelounge_humidity

scale: 20px

from: bottom

min: 20

max: 80

severity:

  - value: 25

    style: '#ff0001'

  - value: 39

    style: 'var(--label-badge-yellow)'

  - value: 80

    style: 'var(--label-badge-green)'

  - value: 100

    style: 'var(--label-badge-blue)'

`

peterhoe commented 3 years ago

update of Haas to V 2021.6.4 seems to have resolved issue