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 Feb 22, 2021. It is now read-only.
The fix is pretty simple -- just add another check to the if statement on that line so it becomes: if (elementGroup.action.data && elementGroup.action.data.elements) {
The text was updated successfully, but these errors were encountered:
This yaml:
results in this error:
Uncaught TypeError: Cannot read property 'elements' of undefined
URL: http://192.168.1.8:8123/local/custom_ui/floorplan/ha-floorplan.html
Line: 241, column: 46
Error: {}
The fix is pretty simple -- just add another check to the if statement on that line so it becomes:
if (elementGroup.action.data && elementGroup.action.data.elements) {
The text was updated successfully, but these errors were encountered: