diff --git a/source/lovelace/tips.markdown b/source/lovelace/tips.markdown index f4cf41ec3c2..2c8ef8cdfe8 100644 --- a/source/lovelace/tips.markdown +++ b/source/lovelace/tips.markdown @@ -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.
- 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.
## {% linkable_title Tips and Tricks %}