Add monitored_conditions documentation. (#4303)

* Add monitored_conditions documentation.

* Remove monitored_conditions from example

* Add missing 'week' monitored_condition
This commit is contained in:
Sean Wilson 2018-01-09 15:59:04 -05:00 committed by Martin Hjelmare
parent e518238065
commit 08b3c109cc

View File

@ -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.