-
-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error viewing card #416
Comments
This will fix it |
Unfortunately this doesn't change anything. But the abnormal thig is that in edit mode I can see correctly the card, is in dashboard mode that create this error. The code of my dashboard:
|
sorry I was not answering your question my mistake. But if I was you I would start a new dashbaord and add a card at a time to see which one breaks it. |
not working on me |
I can't display in a collapsable card a simple thermostat. If I take it outside and put in a simple and clear dashboard, it works, but inside another custom card no.
I opened the browser console and see this error
Log from browser console:
simple-thermostat.js?hacstag=158654878250:292 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'states') at set hass (simple-thermostat.js?hacstag=158654878250:292:19712) at CollapsableCards.createCardElement (collapsable-cards.js?hacstag=364978303070:167:16) at collapsable-cards.js?hacstag=364978303070:38:54 at Array.map (<anonymous>) at CollapsableCards.renderCard (collapsable-cards.js?hacstag=364978303070:38:33) set hass @ simple-thermostat.js?hacstag=158654878250:292 createCardElement @ collapsable-cards.js?hacstag=364978303070:167 (anonymous) @ collapsable-cards.js?hacstag=364978303070:38 renderCard @ collapsable-cards.js?hacstag=364978303070:38
The text was updated successfully, but these errors were encountered: