Skip to content
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

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

Open
elpeterson opened this issue May 18, 2021 · 1 comment

Comments

@elpeterson
Copy link

elpeterson commented May 18, 2021

{{ (data | fromjson)['calendars'] }}

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

image

@flonair
Copy link

flonair commented Jun 16, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants