Site updated at 2017-03-22 15:04:27 UTC

This commit is contained in:
Travis CI 2017-03-22 15:04:27 +00:00
parent 786feb2572
commit 952075bbec
24 changed files with 47 additions and 47 deletions

View file

@ -8,7 +8,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Android IP Webcam - Home Assistant</title>
<meta name="author" content="Home Assistant">
<meta name="description" content="Connect Android devices as IP webcam to Home Assistant">
<meta name="description" content="Connect Android devices as an IP webcam to Home Assistant">
<meta name="viewport" content="width=device-width">
<link rel="canonical" href="https://home-assistant.io/components/android_ip_webcam/">
<meta property="fb:app_id" content="338291289691179">
@ -16,12 +16,12 @@
<meta property="og:site_name" content="Home Assistant">
<meta property="og:url" content="https://home-assistant.io/components/android_ip_webcam/">
<meta property="og:type" content="article">
<meta property="og:description" content="Connect Android devices as IP webcam to Home Assistant">
<meta property="og:description" content="Connect Android devices as an IP webcam to 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="Android IP Webcam">
<meta name="twitter:description" content="Connect Android devices as IP webcam to Home Assistant">
<meta name="twitter:description" content="Connect Android devices as an IP webcam to 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">
<link href="/atom.xml" rel="alternate" title="Home Assistant" type="application/atom+xml">
@ -66,23 +66,23 @@
</h1>
</header>
<hr class="divider">
<p>The Android IP webcam component turns your Android phone into a network camera with multiple viewing options.</p>
<p>The Android IP webcam component turns an Android phone into a network camera with multiple viewing options.</p>
<p>Its setup as a mjpeg camera and all settings as switches inside of Home Assistant. You can also expose the sensors. If you have multiple phones, you can use all options inside a list.</p>
<p>To set it up, download <a href="https://play.google.com/store/apps/details?id=com.pas.webcam">the IP Webcam app</a> and add the following information to your <code class="highlighter-rouge">configuration.yaml</code> file:</p>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
<span class="s">android_ip_webcam</span><span class="pi">:</span>
<span class="c1"># This should be the ip of your phone</span>
<span class="c1"># This should be the IP Address of the phone</span>
<span class="pi">-</span> <span class="s">host</span><span class="pi">:</span> <span class="s">192.168.1.10</span>
<span class="s">name</span><span class="pi">:</span> <span class="s">Entrance</span>
</code></pre>
</div>
<p>Configuration variables:</p>
<ul>
<li><strong>host</strong> (<em>Required</em>): The ip address where your phone have on network.</li>
<li><strong>port</strong> (<em>Optional</em>): Default is set 8080. The port where is ip webcam listens.</li>
<li><strong>name</strong> (<em>Optional</em>): This parameter allows you to override the name of your phone.</li>
<li><strong>username</strong> (<em>Optional</em>): The username for accessing your phone.</li>
<li><strong>password</strong> (<em>Optional</em>): The password for accessing your phone.</li>
<li><strong>host</strong> (<em>Required</em>): The IP Address of the phone on the network.</li>
<li><strong>port</strong> (<em>Optional</em>): Default is set 8080. The port the IP Webcam listens on.</li>
<li><strong>name</strong> (<em>Optional</em>): Override the name of the phone.</li>
<li><strong>username</strong> (<em>Optional</em>): The username to access the phone.</li>
<li><strong>password</strong> (<em>Optional</em>): The password to access the phone.</li>
<li><strong>scan_interval</strong> (<em>Optional</em>): Default is 10 seconds. Defines the update interval of the phone.</li>
<li><strong>auto_discovery</strong> (<em>Optional</em>): Default is True. Auto detect which sensors and settings are available for setup.</li>
<li><strong>sensors</strong> array (<em>Optional</em>): Conditions to display sensor in the frontend. See list of supported sensors.</li>