Site updated at 2016-09-11 01:34:03 UTC
This commit is contained in:
parent
99424b497c
commit
f143c60d71
311 changed files with 4596 additions and 1607 deletions
|
@ -9,7 +9,7 @@
|
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<title>Hikvision Camera Switch - Home Assistant</title>
|
||||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Instructions how to integrate Hikvision camera's into Home Assistant.">
|
||||
<meta name="description" content="Instructions how to integrate Hikvision camera switches into Home Assistant.">
|
||||
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/components/switch.hikvision/">
|
||||
|
@ -19,14 +19,14 @@
|
|||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/components/switch.hikvision/">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:description" content="Instructions how to integrate Hikvision camera's into Home Assistant.">
|
||||
<meta property="og:description" content="Instructions how to integrate Hikvision camera switches into 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="Hikvision Camera Switch">
|
||||
<meta name="twitter:description" content="Instructions how to integrate Hikvision camera's into Home Assistant.">
|
||||
<meta name="twitter:description" content="Instructions how to integrate Hikvision camera switches into 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">
|
||||
|
@ -111,11 +111,11 @@ Currently works using default https port only.
|
|||
<p>Configuration variables:</p>
|
||||
|
||||
<ul>
|
||||
<li><strong>host</strong> <em>Required</em>: The IP address of your Hikvision camera, eg. 192.168.1.32</li>
|
||||
<li><strong>port</strong> <em>Optional</em>: The port to connec to your Hikvision camera (default is 80).</li>
|
||||
<li><strong>name</strong> <em>Optional</em>: This parameter allows you to override the name of your camera.</li>
|
||||
<li><strong>username</strong> <em>Required</em>: The username for accessing your Hikvision camera.</li>
|
||||
<li><strong>password</strong> <em>Required</em>: The password to access your Hikvision camera.</li>
|
||||
<li><strong>host</strong> (<em>Required</em>): The IP address of your Hikvision camera, eg. 192.168.1.32</li>
|
||||
<li><strong>port</strong> (<em>Optional</em>): The port to connec to your Hikvision camera. Defaults to 80.</li>
|
||||
<li><strong>name</strong> (<em>Optional</em>): This parameter allows you to override the name of your camera.</li>
|
||||
<li><strong>username</strong> (<em>Optional</em>): The username for accessing your Hikvision camera. Defaults to “admin”.</li>
|
||||
<li><strong>password</strong> (<em>Optional</em>): The password to access your Hikvision camera. Defaults to “12345”.</li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue