home-assistant.io/source/components/camera.generic.markdown
Fabian Affolter 2fc3610c00 add icon
2015-07-27 19:05:33 +02:00

767 B

layout, title, description, date, sidebar, comments, sharing, footer
layout title description date sidebar comments sharing footer
page Generic IP Camera Instructions how to integrate IP cameras within Home Assistant. 2015-07-11 0:36 false false true true

This component allows you to integrate any IP camera into Home Assistant. It supports fetching images from a url with optional HTTP authentication.

Home Assistant will serve the images via its server, making it possible to view your IP camera's while outside of your network.

# Example configuration.yaml entry
camera:
  platform: generic
  name: my sample camera
  username: MY_USERNAME
  password: MY_PASSWORD
  still_image_url: http://194.218.96.92/jpg/image.jpg