From 5b2fbfe1b98f5f8225038dc97b63b9612d209f15 Mon Sep 17 00:00:00 2001 From: pvmil Date: Wed, 15 Apr 2020 20:54:48 +0200 Subject: [PATCH] Added description on location of image files (#12977) * 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 * Update picture.markdown * 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 c38959d6ca0..e6e94eb2773 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 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