camera.zoneminder: Document MJPEG stream support (#2095)

This commit is contained in:
Matt N 2017-02-23 03:50:26 -08:00 committed by Fabian Affolter
parent f9000c4582
commit 5565d44aef
4 changed files with 40 additions and 11 deletions

View file

@ -0,0 +1,28 @@
---
layout: page
title: "ZoneMinder Camera"
description: "View ZoneMinder camera streams within Home Assistant."
date: 2017-02-19 18:11
sidebar: true
comments: false
sharing: true
footer: true
logo: zoneminder.png
ha_category: Camera
ha_release: 0.39
---
The `zoneminder` camera platform lets you monitor the current stream of your [ZoneMinder](https://www.zoneminder.com) cameras.
<p class='note'>
You must have the [ZoneMinder component](/components/zoneminder/) configured to view the camera stream.
</p>
To set it up, add the following information to your `configuration.yaml` file:
```yaml
# Example configuration.yaml entry
camera:
- platform: zoneminder
```