Site updated at 2015-08-05 23:49:17 UTC
This commit is contained in:
parent
68d1d86e0f
commit
91432d826e
15 changed files with 106 additions and 103 deletions
|
@ -105,7 +105,9 @@
|
|||
<hr class="divider">
|
||||
|
||||
|
||||
<p>This component allows you to integrate any IP camera into Home Assistant. It supports fetching images from a url with optional HTTP authentication.</p>
|
||||
<p><img src='/images/supported_brands/camera-web.png' class='brand pull-right' /></p>
|
||||
|
||||
<p>This component allows you to integrate any IP camera into Home Assistant. It supports fetching images from a url with optional HTTP authentication.</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.</p>
|
||||
|
||||
|
|
|
@ -265,7 +265,7 @@
|
|||
</tr>
|
||||
|
||||
<tr>
|
||||
<td></td>
|
||||
<td><a href='/components/camera.generic.html'><img src='/images/supported_brands/camera-web.png' class='brand overview' /></a></td>
|
||||
<td><a href='/components/camera.generic.html'>Generic IP cameras</a></td>
|
||||
<td>Integrate any IP camera or image url into a camera feed.</td>
|
||||
</tr>
|
||||
|
|
|
@ -121,9 +121,9 @@ A switch platform that issues specific commands when it is turned on and off. Th
|
|||
</span><span class='line'>switch:
|
||||
</span><span class='line'> platform: command_switch
|
||||
</span><span class='line'> switches:
|
||||
</span><span class='line'> - kitchen_light:
|
||||
</span><span class='line'> oncmd: switch_command on kitchen
|
||||
</span><span class='line'> offcmd: switch_command off kitchen</span></code></pre></td></tr></table></div></figure>
|
||||
</span><span class='line'> kitchen_light:
|
||||
</span><span class='line'> oncmd: switch_command on kitchen
|
||||
</span><span class='line'> offcmd: switch_command off kitchen</span></code></pre></td></tr></table></div></figure>
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue