1 KiB
1 KiB
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_release |
---|---|---|---|---|---|---|---|---|---|---|
page | Amcrest Camera | Instructions how to integrate Amcrest camera into Home Assistant. | 2016-12-03 08:10 | true | false | true | true | amcrest.png | Camera | 0.34 |
The amcrest
platform allows you to watch the live stream of your Amcrest IP camera in Home Assistant.
To enable your Amcrest camera in your installation, add the following to your configuration.yaml
file:
# Example configuration.yaml entry
camera:
- platform: amcrest
host: IP_ADDRESS
username: USERNAME
password: PASSWORD
Configuration variables:
- host (Required): The IP address your camera.
- port (Optional): The port that the camera is running on. The default is 80.
- username (Required): The username for accessing your camera.
- password (Required): The password for accessing your camera.
- name (Optional): This parameter allows you to override the name of your camera.