ZoneMinder integration -- seems to auth/connect but no entities or anything

So I am on the latest (Docker homeassistant/home-assistant:latest) version of HASS and latest (via APT) version of ZoneMinder and they seem to talk to each other but I don’t see any entities for ZoneMinder.

/var/log/apache2/access.log on the system with ZoneMinder reports:

172.17.0.3 - - [06/Mar/2024:11:22:08 -0800] "POST /zm/api/host/login.json HTTP/1.1" 200 392 "-" "python-requests/2.31.0"
172.17.0.3 - - [06/Mar/2024:11:22:39 -0800] "GET /zm/api/host/daemonCheck.json HTTP/1.1" 200 223 "-" "python-requests/2.31.0"

home-assistant.log reports:

2024-03-06 19:22:13.033 DEBUG (Recorder) [homeassistant.components.recorder.core] Processing task: <Event component_loaded[L]: component=zoneminder>

Thoughts? Debugging tips?

Hi, is your configuration as instructed in the docs: ZoneMinder - Home Assistant

configuration.yaml subsection reads:

zoneminder:
  - host: 172.17.0.1
    username: admin
    password: <pass>
    ssl: false
    verify_ssl: false

I believe this is correct as I am seeing successful login from the ZoneMinder side of things and the HASS side of things saying the component was loaded.

FYI I see my cameras after adding…

camera:
  - platform: zoneminder

So it’s just that I don’t get the binary_sensor or service as described in the integration documentation.

You have to create sensors yourself