Site updated at 2017-12-10 09:57:19 UTC
This commit is contained in:
parent
c6f78f1869
commit
1acdde6318
30 changed files with 176 additions and 152 deletions
|
@ -74,8 +74,8 @@
|
|||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
<p>The <code class="highlighter-rouge">ONVIF</code> platform allows you to use an ONVIF camera in Home Assistant. This requires FFmpeg component to be already configured.</p>
|
||||
<p>To enable your ONVIF in your installation, add the following to your <code class="highlighter-rouge">configuration.yaml</code> file:</p>
|
||||
<p>The <code class="highlighter-rouge">onvif</code> camera platform allows you to use an ONVIF camera in Home Assistant. This requires the <a href="/components/ffmpeg/"><code class="highlighter-rouge">ffmpeg</code> component</a> to be already configured.</p>
|
||||
<p>To enable your ONVIF 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>
|
||||
<span class="s">camera</span><span class="pi">:</span>
|
||||
<span class="pi">-</span> <span class="s">platform</span><span class="pi">:</span> <span class="s">onvif</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue