Site updated at 2017-02-26 00:49:31 UTC
This commit is contained in:
parent
092dbe14ce
commit
87b3c263a3
500 changed files with 9754 additions and 1957 deletions
|
@ -9,7 +9,7 @@
|
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<title>ZoneMinder Sensor - Home Assistant</title>
|
||||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Instructions how to integrate ZoneMinder sensors within Home Assistant.">
|
||||
<meta name="description" content="How to view ZoneMinder monitor functions and events within Home Assistant.">
|
||||
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/components/sensor.zoneminder/">
|
||||
|
@ -19,14 +19,14 @@
|
|||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/components/sensor.zoneminder/">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:description" content="Instructions how to integrate ZoneMinder sensors within Home Assistant.">
|
||||
<meta property="og:description" content="How to view ZoneMinder monitor functions and events within Home Assistant.">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:site" content="@home_assistant">
|
||||
|
||||
<meta name="twitter:title" content="ZoneMinder Sensor">
|
||||
<meta name="twitter:description" content="Instructions how to integrate ZoneMinder sensors within Home Assistant.">
|
||||
<meta name="twitter:description" content="How to view ZoneMinder monitor functions and events within Home Assistant.">
|
||||
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
||||
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
|
||||
|
@ -90,10 +90,10 @@
|
|||
<hr class="divider">
|
||||
|
||||
|
||||
<p>The <code class="highlighter-rouge">zoneminder</code> 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>
|
||||
<p>The <code class="highlighter-rouge">zoneminder</code> sensor platform lets you monitor the current state of your <a href="https://www.zoneminder.com">ZoneMinder</a> install including the number of events and the current state of the cameras.</p>
|
||||
|
||||
<p class="note">
|
||||
You must have the <a href="/components/zoneminder/">ZoneMinder component</a> configured to use those sensors.
|
||||
You must have the <a href="/components/zoneminder/">ZoneMinder component</a> configured to use this sensor.
|
||||
</p>
|
||||
|
||||
<p>To set it up, add the following information to your <code class="highlighter-rouge">configuration.yaml</code> file:</p>
|
||||
|
@ -136,6 +136,9 @@ You must have the <a href="/components/zoneminder/">ZoneMinder component</a> con
|
|||
<li><a href='/components/zoneminder/'>
|
||||
ZoneMinder
|
||||
</a></li>
|
||||
<li><a href='/components/camera.zoneminder/'>
|
||||
ZoneMinder Camera
|
||||
</a></li>
|
||||
<li><a href='/components/switch.zoneminder/'>
|
||||
ZoneMinder Switch
|
||||
</a></li>
|
||||
|
@ -171,6 +174,9 @@ You must have the <a href="/components/zoneminder/">ZoneMinder component</a> con
|
|||
<li>
|
||||
<a href='/components/sensor.dweet/'>Dweet.io</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.ebox/'>EBox</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.emoncms/'>Emoncms Sensor</a>
|
||||
</li>
|
||||
|
@ -180,6 +186,9 @@ You must have the <a href="/components/zoneminder/">ZoneMinder component</a> con
|
|||
<li>
|
||||
<a href='/components/sensor.envisalink/'>Envisalink Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.fedex/'>Fedex Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.gpsd/'>GPSD</a>
|
||||
</li>
|
||||
|
@ -189,6 +198,9 @@ You must have the <a href="/components/zoneminder/">ZoneMinder component</a> con
|
|||
<li>
|
||||
<a href='/components/sensor.haveibeenpwned/'>HaveIBeenPwned Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.history_stats/'>History Statistics Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.homematic/'>Homematic Sensor</a>
|
||||
</li>
|
||||
|
@ -294,6 +306,9 @@ You must have the <a href="/components/zoneminder/">ZoneMinder component</a> con
|
|||
<li>
|
||||
<a href='/components/sensor.thinkingcleaner/'>Thinking Cleaner sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.ups/'>UPS Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.usps/'>USPS Sensor</a>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue