diff --git a/source/_components/binary_sensor.zoneminder.markdown b/source/_components/binary_sensor.zoneminder.markdown new file mode 100644 index 00000000000..675158b4ddb --- /dev/null +++ b/source/_components/binary_sensor.zoneminder.markdown @@ -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. + +

+This platform is automatically loaded by the [ZoneMinder component](/components/zoneminder/) during it's setup. +

+ +Each binary_sensor created will be named after the hostname used when configuring the [ZoneMinder component](/components/zoneminder/). diff --git a/source/_components/zoneminder.markdown b/source/_components/zoneminder.markdown index d8d934df811..950870f0e9f 100644 --- a/source/_components/zoneminder.markdown +++ b/source/_components/zoneminder.markdown @@ -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 %}