Using Synology Surveillance Station as a NVR for my security cameras.
I’m trying to stream my cameras in a Picture -Entity card but it only updates when refreshing the browser or like every 10-30 seconds. In the DS Video app I get smooth video but not in HA.
Can someone point me in the right direction?
My configuration.yaml looks like this:
camera:
- platform: synology
url: http://192.168.n.nnn:5000
username: [user with admin rights]
password: [a little secret]
My picture entity card looks like this (UI):
type: picture-entity
entity: camera.inomhus
camera_view: live
tap-action:
action: more-info
```