mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
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
@ -32,3 +32,10 @@ sensor:
|
|||||||
Configuration variables:
|
Configuration variables:
|
||||||
|
|
||||||
- **include_archived** (*Optional*): Whether to include archived ZoneMinder events in event counts. Default is `false`.
|
- **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…
x
Reference in New Issue
Block a user