Skip to content

Commit 761c446

Browse files
authored
Merge pull request benct#331 from bratanon/master
Fix icons for HA 2024.2+
2 parents 168f251 + a96295a commit 761c446

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)