mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-29 12:16:39 +00:00
Correct typing
This commit is contained in:
parent
26689a0a85
commit
fe8a1152c4
@ -276,7 +276,7 @@ export class HaConfigDevicePage extends LitElement {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
const buttons = [];
|
const buttons: TemplateResult[] = [];
|
||||||
this._integrations(device, this.entries).forEach((entry) => {
|
this._integrations(device, this.entries).forEach((entry) => {
|
||||||
if (entry.state !== "loaded" || !entry.supports_remove_device) {
|
if (entry.state !== "loaded" || !entry.supports_remove_device) {
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user