You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
If HA is left running in a browser window, returning to a view with the weather-chart-card often results in it being empty. The following error is logged in the console:
weather-chart-card.js:14885 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'datetime') at WeatherChartCard.drawChart (weather-chart-card.js:14885:33) at WeatherChartCard.firstUpdated (weather-chart-card.js:14855:12) at WeatherChartCard._$AE (weather-chart-card.js:314:5153) at WeatherChartCard.performUpdate (weather-chart-card.js:314:4954) at WeatherChartCard.scheduleUpdate (weather-chart-card.js:314:4535) at WeatherChartCard._$E_ (weather-chart-card.js:314:4443) at async WeatherChartCard._$E_ (weather-chart-card.js:314:4385)
I'm not sure yet how long, or what else is happening to cause it.
The text was updated successfully, but these errors were encountered:
If HA is left running in a browser window, returning to a view with the weather-chart-card often results in it being empty. The following error is logged in the console:
weather-chart-card.js:14885 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'datetime') at WeatherChartCard.drawChart (weather-chart-card.js:14885:33) at WeatherChartCard.firstUpdated (weather-chart-card.js:14855:12) at WeatherChartCard._$AE (weather-chart-card.js:314:5153) at WeatherChartCard.performUpdate (weather-chart-card.js:314:4954) at WeatherChartCard.scheduleUpdate (weather-chart-card.js:314:4535) at WeatherChartCard._$E_ (weather-chart-card.js:314:4443) at async WeatherChartCard._$E_ (weather-chart-card.js:314:4385)
I'm not sure yet how long, or what else is happening to cause it.
The text was updated successfully, but these errors were encountered: