mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-19 17:38:59 +00:00
780 B
780 B
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, featured
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | featured |
---|---|---|---|---|---|---|---|---|---|---|
page | ZoneMinder | Instructions how to integrate ZoneMinder into Home Assistant. | 2016-10-13 22:57 | true | false | true | true | zoneminder.png | Camera | false |
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.