Skip to content

Commit 2c6d9c1

Browse files
committed
Add initial Amcrest camera docs
1 parent 8300763 commit 2c6d9c1

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
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.
112 KB
Loading

0 commit comments

Comments
 (0)