From f710d106538124a8648daa11a73aeb4da67e1790 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Lov=C3=A9n?= Date: Mon, 12 Aug 2019 08:31:08 +0200 Subject: [PATCH] Add FAQ question --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 87cbcd5..9a1cc81 100644 --- a/README.md +++ b/README.md @@ -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.