dwainscheeren / dwains-dashboard-addons

Dwains Dashboard Community Addons
118 stars 75 forks source link

"Missed comma between flow collection entries" error in Calendar page.yaml #121

Open elpeterson opened 3 years ago

elpeterson commented 3 years ago

https://github.com/dwainscheeren/dwains-dashboard-addons/blob/5469b35586fb0cf8d5e6fb0b298bd8635db2797c/house_information/calendar/page.yaml#L23

Final entities line should be: entities: { { (data | fromjson), ["calendars"] } }

image

flonair commented 3 years ago

Same error message with me in the fan-control addon. But when I set the comma and save, Visual Studio puts a space between all { and I get the error message in the dashboard: invalid key: "['entity']" in "/config/dwains-dashboard/addons/rooms/fan-control/button.yaml", line 5, column 0 So I guess I have to live with the error.