mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +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}
|
.overrideIcon=${entityConf.icon}
|
||||||
.overrideImage=${entityConf.image}
|
.overrideImage=${entityConf.image}
|
||||||
class=${name ? "" : "no-text"}
|
class=${name ? "" : "no-text"}
|
||||||
stateColor
|
.stateColor=${true}
|
||||||
slot="icon"
|
slot="icon"
|
||||||
></state-badge>
|
></state-badge>
|
||||||
`
|
`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user