Update camera.mjpeg.markdown (#3481)

* Update camera.mjpeg.markdown

* Make heading linkable
This commit is contained in:
Andreas Jacobsen 2017-10-01 15:48:26 +02:00 committed by Fabian Affolter
parent b53bb844b5
commit ca55f34dc8

View File

@ -37,3 +37,15 @@ Configuration variables:
<p class='note'>
There is a <a href="https://github.com/shazow/urllib3/issues/800" target="_blank">known issue in urllib3</a> that you will get error messages in your logs like <code>[StartBoundaryNotFoundDefect(), MultipartInvariantViolationDefect()], unparsed data: ''</code> but the component still works fine. You can ignore the messages.
</p>
## {% linkable_title Examples %}
Example of using a DCS-930L Wireless N Network Camera from D-Link:
```yaml
camera:
- platform: mjpeg
name: Livingroom Camera
still_image_url: http://IP/image.jpg
mjpeg_url: http://IP/video/mjpg.cgi
```