Generic IP Camera
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.
To enable this sensor in your installation, add the following to your configuration.yaml
file:
1 2 3 4 5 6 7 |
|
Configuration variables:
- still_image_url Required: The URL your camera serves the image on, eg. http://192.168.1.21:2112/
- name Optional: This parameter allows you to override the name of your camera.
- username Optional: The username for accessing your camera.
- password Optional: The password for accessing your camera.