Correct typing

This commit is contained in:
Erik 2022-02-18 16:36:15 +01:00
parent 26689a0a85
commit fe8a1152c4

View File

@ -276,7 +276,7 @@ export class HaConfigDevicePage extends LitElement {
return;
}
const buttons = [];
const buttons: TemplateResult[] = [];
this._integrations(device, this.entries).forEach((entry) => {
if (entry.state !== "loaded" || !entry.supports_remove_device) {
return;