From 4b3d2115ab4d47c823ec9c3d1ec4b74c1300fec3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fredriksson?= Date: Mon, 7 Jan 2019 11:13:55 +0100 Subject: [PATCH] Added another resource with examples (#8087) * Added great resource with examples found https://sharethelove.io/ and it contains some great examples which i couldn't find linked elsewhere. * Move period --- source/lovelace/tips.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/lovelace/tips.markdown b/source/lovelace/tips.markdown index e0d2ac4431f..bcd77df37e3 100644 --- a/source/lovelace/tips.markdown +++ b/source/lovelace/tips.markdown @@ -21,6 +21,8 @@ top of this page to share it with everyone!* Home Assistant allows you to make files in `/www/example_image.jpg` available to Lovelace as `/local/example_image.jpg`. When you create the `www` directory, you will need to once restart Home Assistant to pick it up. After that, any new file placed in the directory will automatically be available. +Check out [Share the love][sharethelove] for a few great examples of what you can do with lovelace (no affiliation). + ### {% linkable_title Disable Click on Elements %} If you do not want an element to be clickable you can add `pointer-events: none` @@ -64,3 +66,4 @@ The [Lovelace Jinja2 Script][lovelace-jinja] by [@skalavala] is a simple Jinja2 [picture-elements]: /lovelace/picture-elements/ [vertical-stack]: /lovelace/vertical-stack/ [lovelace-jinja]: https://sharethelove.io/tools/jinja-magic-scripts +[sharethelove]: https://sharethelove.io/