mirror of
https://github.com/home-assistant/frontend.git
synced 2026-04-17 07:34:21 +01:00
Fix broken state_color in Entities card (#20077)
Restore button functionality
This commit is contained in:
@@ -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>
|
||||
`
|
||||
|
||||
Reference in New Issue
Block a user