Add monitored_conditions documentation. (#4303)
* Add monitored_conditions documentation. * Remove monitored_conditions from example * Add missing 'week' monitored_condition
This commit is contained in:
parent
e518238065
commit
08b3c109cc
1 changed files with 7 additions and 0 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue