ZoneMinder


The ZoneMinder component is the main component to integrate all the sensors and switches for controlling your ZoneMinder instance.

# Example configuration.yaml entry
zoneminder:
  host: ZM_HOST
  path: ZM_PATH
  username: USERNAME
  password: PASSWORD

Configuration variables:

  • host (Required): Your ZoneMinder server.
  • path (Optional): Path to your ZoneMinder install (default: /zm/)
  • username (Optional): Your ZoneMinder username.
  • password (Optional): Your ZoneMinder password.