mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-06 19:18:59 +00:00
1.0 KiB
1.0 KiB
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, featured, ha_release
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | featured | ha_release |
---|---|---|---|---|---|---|---|---|---|---|---|
page | ZoneMinder | Instructions how to integrate ZoneMinder into Home Assistant. | 2016-10-13 22:57 | true | false | true | true | zoneminder.png | Camera | false | 0.31 |
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.
{% linkable_title Full configuration %}
# Example configuration.yaml entry
zoneminder:
host: ZM_HOST
path: ZM_PATH
ssl: False
username: USERNAME
password: PASSWORD