mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-26 18:56:39 +00:00
it was right... (#2564)
This commit is contained in:
parent
dc334844ed
commit
cad4fa408e
@ -52,7 +52,7 @@ class HuiGroupEntityRow extends hassLocalizeLitMixin(LitElement)
|
|||||||
return html`
|
return html`
|
||||||
<hui-generic-entity-row .hass="${this.hass}" .config="${this._config}">
|
<hui-generic-entity-row .hass="${this.hass}" .config="${this._config}">
|
||||||
${
|
${
|
||||||
this._computeCanToggle(stateObj.entity_id)
|
this._computeCanToggle(stateObj.attributes.entity_id)
|
||||||
? html`
|
? html`
|
||||||
<ha-entity-toggle
|
<ha-entity-toggle
|
||||||
.hass="${this.hass}"
|
.hass="${this.hass}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user