home-assistant.io/source/_components/zoneminder.markdown
2016-10-27 15:59:51 +02:00

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 to False.
  • 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