Hey guys,
My cameras are setup with the new Tapo component, and i get two streams for each camera, one SD, one HD.
I have a dashboard where all the SD streams are shown and i would like the pop-up whenever i click on a camera to show the HD (or a different stream anyway).
Is that somehow possible?
I figured out a solution:
camera_image: camera.up_bk_yard_minorstream # SD Stream
camera_view: live
entities:
- entity: camera.up_bk_yard_mainstream # HD Stream
icon: 'mdi:magnify'
tap_action:
action: more-info
type: picture-glance
2 Likes