From 1718456d8f7613ee689c7ca44f5a5e0117ade78c Mon Sep 17 00:00:00 2001 From: pvmil Date: Wed, 15 Apr 2020 09:55:26 +0200 Subject: [PATCH 1/3] Added description on location of image files Added description on location of image files, where to store them, what directory is needed and how to use them --- source/_lovelace/picture.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_lovelace/picture.markdown b/source/_lovelace/picture.markdown index c38959d6ca0d..6a256db43f28 100644 --- a/source/_lovelace/picture.markdown +++ b/source/_lovelace/picture.markdown @@ -18,7 +18,7 @@ type: type: string image: required: true - description: The URL of an image. + description: The URL of an image. When using files on your filesystem use the /local path. This points to your the www subfolder of your config folder. By default the www folder does not exist and you have to create this yourself and restart Home Assistant. Example path /local/filename.jpg type: string theme: required: false From e291feb08dd94a9e29e4151bff3b2114c5b2d7aa Mon Sep 17 00:00:00 2001 From: pvmil Date: Wed, 15 Apr 2020 17:28:51 +0200 Subject: [PATCH 2/3] Update picture.markdown --- source/_lovelace/picture.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_lovelace/picture.markdown b/source/_lovelace/picture.markdown index 6a256db43f28..f2519934aa7b 100644 --- a/source/_lovelace/picture.markdown +++ b/source/_lovelace/picture.markdown @@ -18,7 +18,7 @@ type: type: string image: required: true - description: The URL of an image. When using files on your filesystem use the /local path. This points to your the www subfolder of your config folder. By default the www folder does not exist and you have to create this yourself and restart Home Assistant. Example path /local/filename.jpg + description: The URL of an image. When you want to store images in your home assistant installation use the [hosting files documentation](/integrations/http/#hosting-files). After storing your files, use the /local path, for example /local/filename.jpg . type: string theme: required: false From facdf0d0e2ebb9234edec824fa3fd2be8ac4059b Mon Sep 17 00:00:00 2001 From: pvmil Date: Wed, 15 Apr 2020 17:32:08 +0200 Subject: [PATCH 3/3] Update picture.markdown updated home assistant to include capital start letters --- source/_lovelace/picture.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_lovelace/picture.markdown b/source/_lovelace/picture.markdown index f2519934aa7b..e6e94eb27731 100644 --- a/source/_lovelace/picture.markdown +++ b/source/_lovelace/picture.markdown @@ -18,7 +18,7 @@ type: type: string image: required: true - description: The URL of an image. When you want to store images in your home assistant installation use the [hosting files documentation](/integrations/http/#hosting-files). After storing your files, use the /local path, for example /local/filename.jpg . + description: The URL of an image. When you want to store images in your Home Assistant installation use the [hosting files documentation](/integrations/http/#hosting-files). After storing your files, use the /local path, for example /local/filename.jpg . type: string theme: required: false