1.4 KiB
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_release | ha_iot_class |
---|---|---|---|---|---|---|---|---|---|---|---|
page | ZoneMinder Sensor | How to view ZoneMinder monitor functions and events within Home Assistant. | 2016-10-13 22:57 | true | false | true | true | zoneminder.png | Sensor | 0.31 | Local Polling |
The zoneminder
sensor platform lets you monitor the current state of your ZoneMinder install including the number of events, the current state of the cameras and ZoneMinder's current run state.
You must have the [ZoneMinder component](/components/zoneminder/) configured to use this sensor.
To set it up, add the following information to your configuration.yaml
file:
# Example configuration.yaml entry
sensor:
- platform: zoneminder
include_archived: false
{% configuration %} include_archived: description: Whether to include archived ZoneMinder events in event counts. required: false default: false type: boolean monitored_conditions: description: Event count sensors to display in the frontend. required: false type: list keys: all: description: All events. month: description: Events in the last month. week: description: Events in the last week. day: description: Events in the last day. hour: description: Events in the last hour. {% endconfiguration %}