I'm trying to figure out how to show a static image when the camera is offline, but can't find a way.
An imagine is already defined, so it should show the image automatically, but for some reason it shows this broken image.
I'm guessing, that the card is unable to detect that the camera is offline?
Here's the yaml:
camera_view: auto
type: picture-glance
title: Kitchen
entities:
- entity: switch.kitchen_camera_motion_detection
camera_image: camera.kitchen_camera_live_view
entity: camera.kitchen_camera_live_view
aspect_ratio: "16:7"
visibility:
- condition: state
entity: switch.kitchen_camera
state: "on"
image: /api/image/serve/71d6e62a9fe122bc7e3767fe5c1bc18d/512x512
How can I resolve this? thanks.