Skip to content

Commit a96295a

Browse files
authored
Fix icons for HA 2024.2+
1 parent 168f251 commit a96295a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ class MultipleEntityRow extends LitElement {
154154
renderIcon(stateObj, config) {
155155
return html`<state-badge
156156
class="icon-small"
157+
.hass=${this._hass}
157158
.stateObj="${stateObj}"
158159
.overrideIcon="${config.icon === true ? stateObj.attributes.icon || null : config.icon}"
159160
.stateColor="${config.state_color}"

0 commit comments

Comments
 (0)