Hi,
I’d like to have a picture-glance card which toggles the picture background (in fact it’s two cameras) on tap or clicking on the image.
Is this possible?
A simple configuration looks like this:
type: picture-glance
camera_image: camera.camera1
title: EDPA Ost
entities:
- entity: sensor.first
- entity: sensor.second
...
now when clicking on the image I’d like to have another camera.camera2 to be displayed.
If clicked again, then again the camera1 should be displayed and so on.