Document new sensor.zoneminder "include_archived" option (#1455)

This commit is contained in:
Matt N 2016-12-03 01:33:25 -10:00 committed by Fabian Affolter
parent b417862f07
commit 96f10f8ad2

View File

@ -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.
<p class='note'>
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`.