mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Fix broken state_color in Entities card (#20077)
Restore button functionality
This commit is contained in:
parent
097cba5c60
commit
b3718b8b4a
@ -53,7 +53,7 @@ export class HuiButtonsBase extends LitElement {
|
||||
.overrideIcon=${entityConf.icon}
|
||||
.overrideImage=${entityConf.image}
|
||||
class=${name ? "" : "no-text"}
|
||||
stateColor
|
||||
.stateColor=${true}
|
||||
slot="icon"
|
||||
></state-badge>
|
||||
`
|
||||
|
Loading…
x
Reference in New Issue
Block a user