I configured ZM in Home Assistant like this:
Code: Select all
camera:
- platform: zoneminder
zoneminder:
- host: 10.10.0.xx
path: /zm/
path_zms: /cgi-bin/nph-zms
ssl: false
verify_ssl: false
If I try to see preview in HA or I try to set this entity as camera live:
Code: Select all
type: picture-entity
entity: camera.my-camera
camera_view: live
Can someone give me an hint?