File tree 2 files changed +34
-0
lines changed 2 files changed +34
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ layout : page
3
+ title : " Amcrest Camera"
4
+ description : " Instructions how to integrate Amcrest camera into Home Assistant."
5
+ date : 2016-12-03 08:10
6
+ sidebar : true
7
+ comments : false
8
+ sharing : true
9
+ footer : true
10
+ logo : amcrest.png
11
+ ha_category : Camera
12
+ ha_release : 0.34
13
+ ---
14
+
15
+ The ` amcrest ` platform allows you to watch the live stream of your [ Amcrest] ( https://amcrest.com/ ) IP camera in Home Assistant.
16
+
17
+ To enable your Amcrest camera in your installation, add the following to your ` configuration.yaml ` file:
18
+
19
+ ``` yaml
20
+ # Example configuration.yaml entry
21
+ camera :
22
+ - platform : amcrest
23
+ host : IP_ADDRESS
24
+ username : USERNAME
25
+ password : PASSWORD
26
+ ` ` `
27
+
28
+ Configuration variables:
29
+
30
+ - **host** (*Required*): The IP address your camera.
31
+ - **port** (*Optional*): The port that the camera is running on. The default is 80.
32
+ - **username** (*Required*): The username for accessing your camera.
33
+ - **password** (*Required*): The password for accessing your camera.
34
+ - **name** (*Optional*): This parameter allows you to override the name of your camera.
You can’t perform that action at this time.
0 commit comments