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
Configuration variables:
- host (Required): Your ZoneMinder server.
- path (Optional): Path to your ZoneMinder install. Defaults to
/zm/
. - ssl (Optional): Set to
True
if your ZoneMinder installation is using SSL. Default toFalse
. - username (Optional): Your ZoneMinder username.
- password (Optional): Your ZoneMinder password.
Full configuration
# Example configuration.yaml entry
zoneminder:
host: ZM_HOST
path: ZM_PATH
ssl: False
username: USERNAME
password: PASSWORD