AmoebeLabs / swiss-army-knife-card

The versatile custom Swiss Army Knife card for Home Assistant allows you to create your unique visualization using several graphical tools, styling options and animations.
224 stars 19 forks source link

Uncaught TypeError: this.entities[o] is undefined #163

Closed ekutner closed 1 year ago

ekutner commented 1 year ago

Bug report notice

Before you file a bug, make sure that you did not make a configuration mistake. The Swiss Army Knife in its current state does not yet have full configuration sanity checks!

So make sure your problem is not related to that!

Bug description

Just installed SAK with HACS and the additional manual steps. I'm using storage mode for lovelace , so had to skip some steps but I believe it is still a valid installation. Now I'm trying to get the first example view to work. I added the dashboards to the config and installed the two required integrations, however the view is not loading. In the browser console I get this error which probably explains why it doesn't work:

Uncaught TypeError: this.entities[o] is undefined
    set hass swiss-army-knife-card.js:697
    ...

To Reproduce

Steps to reproduce the behavior: Just download the repo from github and add the dashboards.

Desktop browser (please complete the following information):

github-actions[bot] commented 1 year ago

Thank you for creating your first issue for the Swiss Army Knife custom card!

AmoebeLabs commented 1 year ago

This is an old issue, and probably an entity is not defined.

The latest versions give more feedback in the error messages.

Closing this issue