Hi all,
I’ve been trying to get the stream component up and working and it’s mostly fine on all my devices except on iOS where it shows up with this weird play button instead of a live updating card like my other cameras below (not stream enabled). Does anyone know why it is? If I open in a browser on iOS or other devices it works fine, I only get this behavior on iOS hass companion.
cid:99DA9180-97E2-431B-9E16-98E39B5C1C73Here’s my config- only the first camera is stream enabled:
- type: vertical-stack
cards:
- type: picture-glance
title: Outdoor - Front Gate
aspect_ratio: 16x9
entities:
- binary_sensor.motion_front
camera_image: camera.cam_mainstream_front
camera_view: live
- type: horizontal-stack
cards:
- type: picture-glance
title: Outdoor - Left
aspect_ratio: 9x16
entities:
- binary_sensor.motion_left
camera_image: camera.left
- type: picture-glance
title: Outdoor - Right
aspect_ratio: 9x16
entities:
- binary_sensor.motion_right
camera_image: camera.right
- type: picture-glance
title: Outdoor - Back Yard
aspect_ratio: 16x9
entities:
- binary_sensor.motion_back
camera_image: camera.back