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 Switch - Home Assistant</title>
|
||||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Instructions how to integrate ZoneMinder switches into Home Assistant.">
|
||||
<meta name="description" content="How to toggle the function of ZoneMinder monitors in Home Assistant.">
|
||||
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/components/switch.zoneminder/">
|
||||
|
@ -19,14 +19,14 @@
|
|||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/components/switch.zoneminder/">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:description" content="Instructions how to integrate ZoneMinder switches into Home Assistant.">
|
||||
<meta property="og:description" content="How to toggle the function of ZoneMinder monitors in 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 Switch">
|
||||
<meta name="twitter:description" content="Instructions how to integrate ZoneMinder switches into Home Assistant.">
|
||||
<meta name="twitter:description" content="How to toggle the function of ZoneMinder monitors in 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,7 +90,7 @@
|
|||
<hr class="divider">
|
||||
|
||||
|
||||
<p>The <code class="highlighter-rouge">zoneminder</code> switch platform allows you to toggle the current function of cameras attached to your ZoneMinder instance.</p>
|
||||
<p>The <code class="highlighter-rouge">zoneminder</code> switch platform allows you to toggle the current function of all cameras attached to your <a href="https://www.zoneminder.com">ZoneMinder</a> instance.</p>
|
||||
|
||||
<p class="note">
|
||||
You must have the <a href="/components/zoneminder/">ZoneMinder component</a> configured to use this.
|
||||
|
@ -118,7 +118,6 @@ The default functions installed by ZoneMinder are: None, Monitor, Modect, Record
|
|||
</p>
|
||||
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
|
||||
|
@ -147,6 +146,9 @@ The default functions installed by ZoneMinder are: None, Monitor, Modect, Record
|
|||
<li><a href='/components/zoneminder/'>
|
||||
ZoneMinder
|
||||
</a></li>
|
||||
<li><a href='/components/camera.zoneminder/'>
|
||||
ZoneMinder Camera
|
||||
</a></li>
|
||||
<li><a href='/components/sensor.zoneminder/'>
|
||||
ZoneMinder Sensor
|
||||
</a></li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue