Skip to content

Commit

Permalink
Fix broken state_color in Entities card (#20077)
Browse files Browse the repository at this point in the history
Restore button functionality
  • Loading branch information
silamon committed Mar 15, 2024
1 parent 097cba5 commit b3718b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/panels/lovelace/components/hui-buttons-base.ts
Expand Up @@ -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>
`
Expand Down

0 comments on commit b3718b8

Please sign in to comment.