mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-25 10:17:23 +00:00
Update camera.mjpeg.markdown (#3481)
* Update camera.mjpeg.markdown * Make heading linkable
This commit is contained in:
parent
b53bb844b5
commit
ca55f34dc8
@ -37,3 +37,15 @@ Configuration variables:
|
|||||||
<p class='note'>
|
<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.
|
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>
|
</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
|
||||||
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user