From 08b3c109cc63f719be297bc1711843f9563341ef Mon Sep 17 00:00:00 2001 From: Sean Wilson Date: Tue, 9 Jan 2018 15:59:04 -0500 Subject: [PATCH] Add monitored_conditions documentation. (#4303) * Add monitored_conditions documentation. * Remove monitored_conditions from example * Add missing 'week' monitored_condition --- source/_components/sensor.zoneminder.markdown | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/source/_components/sensor.zoneminder.markdown b/source/_components/sensor.zoneminder.markdown index 5ab384d0020..e60e2742058 100644 --- a/source/_components/sensor.zoneminder.markdown +++ b/source/_components/sensor.zoneminder.markdown @@ -32,3 +32,10 @@ sensor: Configuration variables: - **include_archived** (*Optional*): Whether to include archived ZoneMinder events in event counts. Default is `false`. +- **monitored_conditions** array (*Optional*): Event count sensors to display in the frontend. Default is 'all'. + - **all**: All events. + - **month**: Events in the last month. + - **week**: Events in the last week. + - **day**: Events in the last day. + - **hour**: Events in the last hour. +