We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 168f251 + a96295a commit 761c446Copy full SHA for 761c446
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