Hi, i’m having some trouble getting the Unused devices to show in lovelace, config checks are valid.
This has been working previously
Dev console shows the following error:
Uncaught (in promise) TypeError: obj.entities.forEach is not a function
at addEntities (f98c2ed66c0dc1462a8d.chunk.js:1)
at obj.cards.forEach.card (f98c2ed66c0dc1462a8d.chunk.js:1)
at Array.forEach ()
at addEntities (f98c2ed66c0dc1462a8d.chunk.js:1)
at obj.cards.forEach.card (f98c2ed66c0dc1462a8d.chunk.js:1)
at Array.forEach ()
at addEntities (f98c2ed66c0dc1462a8d.chunk.js:1)
at config.views.forEach.view (f98c2ed66c0dc1462a8d.chunk.js:1)
at Array.forEach ()
at computeUsedEntities (f98c2ed66c0dc1462a8d.chunk.js:1)
Any pointers on how to debug this?