Icon replaced for garage door cover
See original GitHub issueChecklist
- [ x] I updated the card to the latest version available
- [ x] I cleared the cache of my browser
Describe the bug A clear and concise description of what the bug is. Using this card, it changes the icon of my cover (garage door) from a garage door to some weird rectangle icon that maybe sort of looks like a garage door.
Version of the card Version: 3.1.1
To Reproduce This is the configuration I used:
cards:
- entity: lock.front_door_lock
hold_action:
action: more-info
name: Front Door
tap_action:
action: toggle
type: 'custom:button-card'
color: var(--state-icon-active-color)
state:
- color: var(--state-icon-color)
value: locked
- entity: cover.left_garage_door
hold_action:
action: more-info
tap_action:
action: toggle
name: Left Garage
type: entity-button
- entity: cover.right_garage_door
hold_action:
action: more-info
tap_action:
action: toggle
name: Right Garage
type: 'custom:button-card'
color: var(--state-icon-color)
state:
- color: var(--state-active-icon-color)
value: open
type: horizontal-stack
Screenshots If applicable, add screenshots to help explain your problem. Left, my lock (works fine) middle, one garage door with expected garage icon using entity-button right, other garage door with unknown icon using custom:button-card
Expected behavior Use the icon that is on the entity, not some other random icon
Desktop (please complete the following information):
- Chrome
- Latest, issue occurs on all
Smartphone (please complete the following information):
- Device: [e.g. iPhone6] iphone xs max
- OS: [e.g. iOS8.1] 13.3
- Browser HA app
- Version 2
Additional context Add any other context about the problem here.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:15 (1 by maintainers)
Top GitHub Comments
I’ll work on that for the next release 😉
Yes it is related, I need to find time to work on this 😃