diff --git a/source/_components/camera.mjpeg.markdown b/source/_components/camera.mjpeg.markdown index 784be3e325d..6a01c708725 100644 --- a/source/_components/camera.mjpeg.markdown +++ b/source/_components/camera.mjpeg.markdown @@ -37,3 +37,15 @@ Configuration variables:

There is a known issue in urllib3 that you will get error messages in your logs like [StartBoundaryNotFoundDefect(), MultipartInvariantViolationDefect()], unparsed data: '' but the component still works fine. You can ignore the messages.

+ +## {% 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 +```