mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-19 07:16:39 +00:00
Review Update
This commit is contained in:
parent
faa08f9e1f
commit
0b9a4c56a9
@ -165,9 +165,7 @@ class HuiEntitiesCard extends HassLocalizeLitMixin(LitElement)
|
||||
element.addEventListener("click", () => this._handleClick(entityConf));
|
||||
}
|
||||
|
||||
return html`
|
||||
${element}
|
||||
`;
|
||||
return element;
|
||||
}
|
||||
|
||||
private _handleClick(entityConf: ConfigEntity) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user