Add FAQ question

This commit is contained in:
Thomas Lovén 2019-08-12 08:31:08 +02:00
parent 10f967ce16
commit f710d10653

View File

@ -252,6 +252,15 @@ elements:
# FAQ
### Can I use this for my general Home Assistant configuration?
It's called **lovelace**\_gen for a reason...
That being said - it *might* work. Or it might not. There's really no way to
tell. It depends on what parts of the configuration are loaded before or after
lovelace_gen itself.
I'd advice you not to try it.
### What if I WANT jinja in my lovelace interface
Use the `{% raw %}` and `{% endraw %}` tags. There's an example above.