mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-22 08:46:35 +00:00
Update src/panels/config/devices/ha-config-device-page.ts
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
This commit is contained in:
parent
4f6a241817
commit
26689a0a85
@ -276,7 +276,8 @@ export class HaConfigDevicePage extends LitElement {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
const buttons = this._integrations(device, this.entries).forEach((entry) => {
|
const buttons = [];
|
||||||
|
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