-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
ct_eval(): whitespaces cause an error #2
Comments
I would assume the problem is not in this integration (because it works in dev tools), but it needs to be more deeply investigated |
Seems to be in issue with
and a card:
Here again indented template does NOT work. So, imho I found a reason. Please feel free to close this issue. |
Great, thank you for your investigation! Personally I use lovelace_gen, maybe it will be better for you as well 🙂 |
Found a workaround:
use this:
|
Consider this example:
which works fine:
Now let's try to use it with a
custom:declutering-card
:where the last call gives an error:
i.e. this is accepted:
and this is NOT (although it works in Dev tools -> Template):
Could it be an issue for this integration or to the
decluttering-card
?The text was updated successfully, but these errors were encountered: