Site updated at 2017-07-09 07:39:31 UTC
This commit is contained in:
parent
d1e3e45925
commit
f7eeccb554
47 changed files with 83 additions and 66 deletions
|
@ -93,7 +93,7 @@
|
|||
<tr>
|
||||
<td><code class="highlighter-rouge">url</code></td>
|
||||
<td>no</td>
|
||||
<td>The url to open</td>
|
||||
<td>The URL to open.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -74,7 +74,7 @@
|
|||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
<p>The <code class="highlighter-rouge">generic</code> camera platform allows you to integrate any IP camera or other url into Home Assistant. Templates can be used to generate the urls on the fly.</p>
|
||||
<p>The <code class="highlighter-rouge">generic</code> camera platform allows you to integrate any IP camera or other URL into Home Assistant. Templates can be used to generate the URLs on the fly.</p>
|
||||
<p>Home Assistant will serve the images via its server, making it possible to view your IP camera’s while outside of your network. The endpoint is <code class="highlighter-rouge">/api/camera_proxy/camera.[name]</code>.</p>
|
||||
<p>To enable this camera in your installation, add the following 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>
|
||||
|
@ -90,7 +90,7 @@
|
|||
<li><strong>username</strong> (<em>Optional</em>): The username for accessing your camera.</li>
|
||||
<li><strong>password</strong> (<em>Optional</em>): The password for accessing your camera.</li>
|
||||
<li><strong>authentication</strong> (<em>Optional</em>): Type for authenticating the requests <code class="highlighter-rouge">basic</code> (default) or <code class="highlighter-rouge">digest</code>.</li>
|
||||
<li><strong>limit_refetch_to_url_change</strong> (<em>Optional</em>): True/false value (default: false). Limits refetching of the remote image to when the url changes. Only relevant if using a template to fetch the remote image.</li>
|
||||
<li><strong>limit_refetch_to_url_change</strong> (<em>Optional</em>): True/false value (default: false). Limits refetching of the remote image to when the URL changes. Only relevant if using a template to fetch the remote image.</li>
|
||||
<li><strong>content_type</strong> (<em>Optional</em>): Set the content type for the IP camera if it is not a jpg file (default: <code class="highlighter-rouge">image/jpeg</code>). Use <code class="highlighter-rouge">image/svg+xml</code> to add a dynamic svg file.</li>
|
||||
</ul>
|
||||
<p class="img">
|
||||
|
|
|
@ -77,7 +77,7 @@
|
|||
<p>Image processing enables Home Assistant to process images from <a href="/components/#camera">cameras</a>. Only camera entities are supported as sources.</p>
|
||||
<p>For interval control, use <code class="highlighter-rouge">scan_interval</code> in platform.</p>
|
||||
<p class="note">
|
||||
If you are running Home Assistant over SSL or from within a container, you will have to setup a base url inside the <a href="/components/http/">http component</a>.
|
||||
If you are running Home Assistant over SSL or from within a container, you will have to setup a base URL (<code class="highlighter-rouge">base_url</code>) inside the <a href="/components/http/">http component</a>.
|
||||
</p>
|
||||
<h2><a class="title-link" name="alpr" href="#alpr"></a> ALPR</h2>
|
||||
<p>Alpr entities attribute have a vehicle counter <code class="highlighter-rouge">vehicles</code> and all found plates as <code class="highlighter-rouge">plates</code>.</p>
|
||||
|
|
|
@ -119,7 +119,7 @@
|
|||
</code></pre>
|
||||
</div>
|
||||
<p class="note">
|
||||
If you are running Home Assistant over SSL or from within a container, you will have to setup a base url inside the <a href="/components/http/">http component</a>.
|
||||
If you are running Home Assistant over SSL or from within a container, you will have to setup a base URL (<code class="highlighter-rouge">base_url</code>) inside the <a href="/components/http/">http component</a>.
|
||||
</p>
|
||||
<h2><a class="title-link" name="service-say" href="#service-say"></a> Service say</h2>
|
||||
<p>The <code class="highlighter-rouge">say</code> service support <code class="highlighter-rouge">language</code> and on some platforms also <code class="highlighter-rouge">options</code> for set i.e. <em>voice, motion, speed, etc</em>. The text for speech is set with <code class="highlighter-rouge">message</code>.</p>
|
||||
|
|
|
@ -82,7 +82,7 @@
|
|||
<span class="s">password</span><span class="pi">:</span> <span class="s">password</span>
|
||||
</code></pre>
|
||||
</div>
|
||||
<p>Users registered with Volvo in North America or China will need to specify a service url:</p>
|
||||
<p>Users registered with Volvo in North America or China will need to specify a service URL:</p>
|
||||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># North America </span>
|
||||
<span class="s">volvooncall</span><span class="pi">:</span>
|
||||
<span class="s">username</span><span class="pi">:</span> <span class="s">username</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue