Skip to content

Commit ca55f34

Browse files
andreasjacobsen93fabaff
authored andcommitted
Update camera.mjpeg.markdown (home-assistant#3481)
* Update camera.mjpeg.markdown * Make heading linkable
1 parent b53bb84 commit ca55f34

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

source/_components/camera.mjpeg.markdown

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,15 @@ Configuration variables:
3737
<p class='note'>
3838
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.
3939
</p>
40+
41+
## {% linkable_title Examples %}
42+
43+
Example of using a DCS-930L Wireless N Network Camera from D-Link:
44+
45+
```yaml
46+
camera:
47+
- platform: mjpeg
48+
name: Livingroom Camera
49+
still_image_url: http://IP/image.jpg
50+
mjpeg_url: http://IP/video/mjpg.cgi
51+
```

0 commit comments

Comments
 (0)