Update split configuration explanation

This commit is contained in:
Ian Richardson 2018-10-27 12:32:21 -05:00 committed by GitHub
parent 23b8d0680c
commit 1c9cb7583c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,9 +36,9 @@ you with the ability to split your Lovelace configuration into multiple files.
The [Lovelace Jinja2 Script][lovelace-jinja] by [@skalavala] is a simple Jinja2 script that you run in the template editor to generate lovelace configuration based on the entities that are already setup.
<p class='note'>
Split configuration is currently possible directly in Lovelace, but it
is expected to be removed in the near future due to fact that Home Assistant
will be writing directly to the `ui-lovelace.yaml` file.
Split configuration is no longer possible directly in Lovelace,
due to fact that Home Assistant writes directly to the `ui-lovelace.yaml` file.
Use one of the above generators if you would like to contintue to have such functionality.
</p>
## {% linkable_title Tips and Tricks %}