Skip to content

Commit

Permalink
Update src/devices/devices-list.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob authored Apr 1, 2024
1 parent d8e6027 commit 72235f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices/devices-list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ class ESPHomeDevicesList extends LitElement {
let newName: string | undefined;

const newDevices = new Set<string>();
const newList: Array<ImportableDevice | ConfiguredDevice> = [];
let newList: Array<ImportableDevice | ConfiguredDevice> = [];

if (devices.configured) {
devices.configured.forEach((d) => {
Expand Down

0 comments on commit 72235f3

Please sign in to comment.