Location of Media Source from Immich Integration

Hello!

I am using the new Immich integration. I have it set up correctly and I can see the media source when I click on the media browser but I am having trouble locating the file path so that I can use the media source. I am using Home Assistant OS.

Thanks in advance!

Edit: I found this section on the Media Source doc: Identifying a media source from the media browser. I put my url into a URL Decoder and got:

(http://home-assistant.local/media-browser/browser/app,media-source://immich/image,media-source://immich/04b9dfb7-38bf-4113-b600-fe8779913bb6/image,media-source://immich/04b9dfb7-38bf-4113-b600-fe8779913bb6|albums)

The image I am using to test is called 234b75c7-fda7-4612-93f6-91f29c63615f.jpg
I have tried:
//immich/04b9dfb7-38bf-4113-b600-fe8779913bb6|albums/234b75c7-fda7-4612-93f6-91f29c63615f.jpg
and
//immich/04b9dfb7-38bf-4113-b600-fe8779913bb6/image/234b75c7-fda7-4612-93f6-91f29c63615f.jpg
I used a Picture card to test. Assistance is appreciated.

I’m trying to do the same thing and haven’t been able to determine the right path either. I feel like I’ve tried everything the documentation specifies. I’m trying to determine the proper URL so I can use it in my WallPanel config.

I ultimately want to use it for wallpanel as well although I am going to first use the media to make a camera entity that will be a slideshow which I will then use for wallpanel

This URL works for me in Wallpanel. I could not get a single image to display via lovelace card or any other method, but this URL does work for wallpanel to display images from.

media-source://immich/93515b9f-d61c-49f3-8ef7-bb90e8ef004f|albums|22faa6e0-edde-41de-bddb-ba3c9795dfda

I followed these instructions from WallPanel documentation, to the letter.
If you are not sure which is the correct media source URL, you can proceed as follows:

  1. navigate to the folder you want to use in the HA Media Browser
  2. copy the displayed browser URL and decode it with a URL decoder tool. For example, you can use www.urldecoder.org.
  3. copy the part of the decoded URL after the last comma (,) that begins with media-source://.

I don’t use Immich but maybe you need to add the folder to the config?

/config/configuration.yaml file.
homeassistant:

media_dirs:

photos: /media/immich

I think that this is technically the solution (I realized that there was an error in my media source URI) but this isn’t the solution I wanted since it looks like appdaemon cannot access media-source URIs. I will try getting wallpanel to directly talk with immich again.
Thanks!