mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 13:26:54 +00:00
Document new sensor.zoneminder "include_archived" option (#1455)
This commit is contained in:
parent
b417862f07
commit
96f10f8ad2
@ -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'>
|
<p class='note'>
|
||||||
You must have the [ZoneMinder component](/components/zoneminder/) configured to use those sensors.
|
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
|
# Example configuration.yaml entry
|
||||||
sensor:
|
sensor:
|
||||||
- platform: zoneminder
|
- platform: zoneminder
|
||||||
|
include_archived: false
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Configuration variables:
|
||||||
|
|
||||||
|
- **include_archived** (*Optional*): Whether to include archived ZoneMinder events in event counts. Default is `false`.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user