From 96f10f8ad2b1eb74bcbd76dbad60e570d87cb17b Mon Sep 17 00:00:00 2001 From: Matt N Date: Sat, 3 Dec 2016 01:33:25 -1000 Subject: [PATCH] Document new sensor.zoneminder "include_archived" option (#1455) --- source/_components/sensor.zoneminder.markdown | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/source/_components/sensor.zoneminder.markdown b/source/_components/sensor.zoneminder.markdown index fd71c742a44..b38b0348830 100644 --- a/source/_components/sensor.zoneminder.markdown +++ b/source/_components/sensor.zoneminder.markdown @@ -13,7 +13,7 @@ ha_release: 0.31 --- -The `zoneminder` sensor platform let you monitor the current state of your zoneminder install including the number of events and the current state of the cameras. +The `zoneminder` sensor platform let you monitor the current state of your ZoneMinder install including the number of events and the current state of the cameras.

You must have the [ZoneMinder component](/components/zoneminder/) configured to use those sensors. @@ -25,4 +25,9 @@ To set it up, add the following information to your `configuration.yaml` file: # Example configuration.yaml entry sensor: - platform: zoneminder + include_archived: false ``` + +Configuration variables: + +- **include_archived** (*Optional*): Whether to include archived ZoneMinder events in event counts. Default is `false`.