-
Notifications
You must be signed in to change notification settings - Fork 22
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
lovelace_gen cannot parse !include in view #11
Comments
Think this issue is with the custom:mini-graph-card and lovelace_gen. But I don't have errors loading other cards.. |
@thomasloven It is very easy to reproduce. ui-lovelace.yaml
my_markdown_card.yaml
The result is as I would expect: Loggings point to:
Full log file: logfile.txt It seems to have to do with the order in which HA loads its components. I am very surprised that plenty people don't experience this problem, makes me wonder if I missed something. |
Hi Thomas.
So it must be something else... |
And the multi-argument !include is a lovelace_gen feature, and thus will not work there. |
Everything was working, but suddenly lovelace_gen forgot how to parse !include in views.
minigraph.yaml:
results in
and Hassio goes into the safe mode.
As soon as I comment out the usage of the view that contains at least one !include - everything returns to normal after HA restart.
The text was updated successfully, but these errors were encountered: