mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-09 18:36:51 +00:00
Add docs for the ZoneMinder binary sensor (#8206)
This commit is contained in:
parent
8060e63d51
commit
43e8536d66
22
source/_components/binary_sensor.zoneminder.markdown
Normal file
22
source/_components/binary_sensor.zoneminder.markdown
Normal file
@ -0,0 +1,22 @@
|
||||
---
|
||||
layout: page
|
||||
title: "ZoneMinder Binary Sensor"
|
||||
description: "Provides the connectivity from Home Assistant to ZoneMinder."
|
||||
date: 2019-01-18 02:30
|
||||
sidebar: true
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: zoneminder.png
|
||||
ha_category: Binary Sensor
|
||||
ha_release: 0.87
|
||||
ha_iot_class: "Local Polling"
|
||||
---
|
||||
|
||||
The `zoneminder` binary sensor platform lets you monitor the availability of your [ZoneMinder](https://www.zoneminder.com) install.
|
||||
|
||||
<p class='note'>
|
||||
This platform is automatically loaded by the [ZoneMinder component](/components/zoneminder/) during it's setup.
|
||||
</p>
|
||||
|
||||
Each binary_sensor created will be named after the hostname used when configuring the [ZoneMinder component](/components/zoneminder/).
|
@ -14,7 +14,7 @@ ha_release: 0.31
|
||||
ha_iot_class: "Local Polling"
|
||||
---
|
||||
|
||||
The ZoneMinder component sets up the integration with your [ZoneMinder](https://www.zoneminder.com) instance so that [cameras](/components/camera.zoneminder/), [sensors](/components/sensor.zoneminder/), and [switches](/components/switch.zoneminder) can use it.
|
||||
The ZoneMinder component sets up the integration with your [ZoneMinder](https://www.zoneminder.com) instance so that [cameras](/components/camera.zoneminder/), [sensors](/components/sensor.zoneminder/), and [switches](/components/switch.zoneminder) can use it. Configuring this component will automatically load the [binary_sensor](/components/binary_sensor.zoneminder) which tracks ZoneMinder availability.
|
||||
|
||||
## {% linkable_title Configuration %}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user