added new lovelace config generator

A new Jinja2 based script to help migrate to lovelace.
This commit is contained in:
Mahasri Kalavala 2018-08-05 19:55:26 -04:00 committed by GitHub
parent ba925c48af
commit 1b46943f34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,6 +31,10 @@ this tool is to help give you something to start playing with right away.
The [Lovelace Config Generator][config-generator] by [@thomasloven] provides The [Lovelace Config Generator][config-generator] by [@thomasloven] provides
you with the ability to split your Lovelace configuration into multiple files. you with the ability to split your Lovelace configuration into multiple files.
### {% linkable_title Lovelace Config Generator (Jinja2 Script) %}
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'> <p class='note'>
Split configuration is currently possible directly in Lovelace, but it 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 is expected to be removed in the near future due to fact that Home Assistant
@ -54,10 +58,11 @@ mobile browser. (@Toast)
[@dale3h]: https://github.com/dale3h [@dale3h]: https://github.com/dale3h
[@thomasloven]: https://github.com/thomasloven [@thomasloven]: https://github.com/thomasloven
[@skalavala]: https://github.com/skalavala
[config-generator]: https://github.com/thomasloven/homeassistant-lovelace-gen [config-generator]: https://github.com/thomasloven/homeassistant-lovelace-gen
[header-stacks]: https://gist.github.com/dale3h/37b34aebb0c336ffd5fb877c2651097a [header-stacks]: https://gist.github.com/dale3h/37b34aebb0c336ffd5fb877c2651097a
[horizontal-stack]: /lovelace/horizontal-stack/ [horizontal-stack]: /lovelace/horizontal-stack/
[migration-script]: https://github.com/dale3h/python-lovelace [migration-script]: https://github.com/dale3h/python-lovelace
[picture-elements]: /lovelace/picture-elements/ [picture-elements]: /lovelace/picture-elements/
[vertical-stack]: /lovelace/vertical-stack/ [vertical-stack]: /lovelace/vertical-stack/
[lovelace-jinja]: https://sharethelove.io/tools/jinja-magic-scripts