mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-06 02:58:57 +00:00
34 lines
896 B
Markdown
34 lines
896 B
Markdown
---
|
|
layout: page
|
|
title: "ZoneMinder Sensor"
|
|
description: "Instructions how to integrate ZoneMinder sensors within Home Assistant."
|
|
date: 2016-10-13 22:57
|
|
sidebar: true
|
|
comments: false
|
|
sharing: true
|
|
footer: true
|
|
logo: zoneminder.png
|
|
ha_category: Sensor
|
|
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.
|
|
|
|
<p class='note'>
|
|
You must have the [ZoneMinder component](/components/zoneminder/) configured to use those sensors.
|
|
</p>
|
|
|
|
To set it up, add the following information to your `configuration.yaml` file:
|
|
|
|
```yaml
|
|
# 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`.
|