Need help integrating Zoneminder [Solved]

Hi,
I have a Zoneminder running and able to configure two cameras in it and see live stream as well as record video. I’d like to integrate Zoneminder with HA and added following items to my configuration.yaml.

zoneminder:
  - host: !secret zoneminder_host
    ssl: true
    verify_ssl: false
    username: !secret zoneminder_username
    password: !secret zoneminder_password

camera:
  - platform: zoneminder

After restarting, I see only a sensor for the Zoneminder and no signs of cameras.
Please advise where to look for signs of trouble as logs seems clean and show no error.

Thanks.

My ZM install is on a VM with Ubuntu 20.04 and ZM version 1.34, I tried another one with Ubuntu 18.04 and ZM 1.32. The configuration above works like a charm so solved the problem for now :smile: