Adds Zoneminder alarm service to Home Assistant
- Copy the
zoneminder_eventsfolder to thecustom_componentsfolder in your Home Assistant configuration directory. - Restart Home Assistant to allow the required packages to be installed.
- Add the following minimum code in your
configuration.yamlfile. See Configuration for more advanced options:
zoneminder_events:
- name: default
host: "localhost:8223"
- Restart Home Assistant one final time.
This method assumes you have HACS already installed.
- In the HACS Store, search for
Zoneminder Eventsintegration and install it. - Restart Home Assistant to allow the required packages to be installed.
- Add the following code in your
configuration.yamlfile. See Configuration for more advanced options:
zoneminder_events:
- name: default
host: "localhost:8223"
- Restart Home Assistant one final time.
Similar config options as Zoneminder integration
zoneminder_events:
- name: default
host: "localhost:8223"
ssl: false
username: some_user
password: some_password