amaximus / garbage-collection-card

Custom Lovelace card for Garbage Collection custom component
MIT License
131 stars 24 forks source link

Verbose state doesn't show up #14

Closed codypet closed 4 years ago

codypet commented 4 years ago

When I use the card verbose state doesn't show up. If I use a regular glance card, I have no problem. Regular Glance Card: image Config:

type: glance
entities:
  - entity: sensor.trash
  - entity: sensor.recycling

Garbage Collection Card: image Config:

type: horizontal-stack
cards:
  - entity: sensor.trash
    icon_size: 35px
    type: 'custom:garbage-collection-card'
  - entity: sensor.recycling
    icon_size: 35px
    type: 'custom:garbage-collection-card'
amaximus commented 4 years ago

Fixed. Please update the card, check and confirm.

codypet commented 4 years ago

image Good to go! Thank you.