Im trying to get wallpanel to show local images saved in the media section of home assistant.
The default config on the gitlab works with no issues.
When I try and point it to the local media directory it will not work and Im unsure why.
Under the Media-source URL section it states how to configure i
It is also possible to use images from the Home Assistant Local Media source. See Home Assistant Media Source integration documentation for details.
If you are not sure which is the correct media source URL, you can proceed as follows:
- navigate to the folder you want to use in the HA Media Browser
- copy the displayed browser URL and decode it with a URL decoder tool. For example, you can use www.urldecoder.org.
- copy the part of the decoded URL after the last comma (
,
) that begins withmedia-source://
.
Instead of using media-source://media_source/
as image_url
you can just use /
as a shortcut.
/
= Images in all Local Media sources/media1
= Images in the Local Media directory namedmedia1
/media1/folder1
= Images infolder1
of the Local Media directory namedmedia1
None of thees seem to work, I have tried image_url: media-source://media_source/local/pics
image_url: /media
Any help would be great.