Hello,
I am trying to use my Google Photo integration as the background for a dashboard. I had no issues getting it work with my wallpanel integration using a local image url media-entity://camera.google_photos_favorites_media
however when I try to use this same as a local path nothing shows up. Does anyone have any advice?
Googling and googling and I was not able to find any useful answer also
Found in the Home Assistant documentation for Generic Camera that it serves the images via its server under /api/camera_proxy/camera.[name] (e.g. google_photos_favorites_media), but such a standard link misses all the auth information and results in “403 Forbidden”
Any chance someone knows how to get the media-entity://camera.google_photos_favorites_media image URL, that it can be used as path for background image URL e.g. in a dashboard view?
views:
- title: Main
id: Main
background: >-
center / cover no-repeat fixed
url('https://live.staticflickr.com/3798/11051378005_50b62511bb_b.jpg')
Simplifying: what to replace the https://live.staticflickr.com link with, to get an image from Google Photos Integration camera?