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
This commit is contained in:
Björn Fredriksson 2019-01-07 11:13:55 +01:00 committed by Fabian Affolter
parent 143d1c820f
commit 4b3d2115ab

View File

@ -21,6 +21,8 @@ top of this page to share it with everyone!*
Home Assistant allows you to make files in `<config dir>/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. Home Assistant allows you to make files in `<config dir>/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 %} ### {% linkable_title Disable Click on Elements %}
If you do not want an element to be clickable you can add `pointer-events: none` 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/ [picture-elements]: /lovelace/picture-elements/
[vertical-stack]: /lovelace/vertical-stack/ [vertical-stack]: /lovelace/vertical-stack/
[lovelace-jinja]: https://sharethelove.io/tools/jinja-magic-scripts [lovelace-jinja]: https://sharethelove.io/tools/jinja-magic-scripts
[sharethelove]: https://sharethelove.io/