There was an error while loading. Please reload this page.
1 parent 168f251 commit a96295aCopy full SHA for a96295a
src/index.js
@@ -154,6 +154,7 @@ class MultipleEntityRow extends LitElement {
154
renderIcon(stateObj, config) {
155
return html`<state-badge
156
class="icon-small"
157
+ .hass=${this._hass}
158
.stateObj="${stateObj}"
159
.overrideIcon="${config.icon === true ? stateObj.attributes.icon || null : config.icon}"
160
.stateColor="${config.state_color}"
0 commit comments