mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-27 19:26:50 +00:00
Merge amcrest docs
This commit is contained in:
parent
14d944d4eb
commit
63e7905f6e
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: page
|
||||||
title: "Amcrest Camera"
|
title: "Amcrest IP Camera"
|
||||||
description: "Instructions how to integrate Amcrest camera into Home Assistant."
|
description: "Instructions how to integrate Amcrest IP cameras within Home Assistant."
|
||||||
date: 2016-12-03 08:10
|
date: 2016-11-24 10:00
|
||||||
sidebar: true
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
@ -12,9 +12,9 @@ ha_category: Camera
|
|||||||
ha_release: 0.34
|
ha_release: 0.34
|
||||||
---
|
---
|
||||||
|
|
||||||
The `amcrest` platform allows you to watch the live stream of your [Amcrest](https://amcrest.com/) IP camera in Home Assistant.
|
The `amcrest` platform allows you to integrate your [Amcrest](https://amcrest.com/) IP camera in Home Assistant.
|
||||||
|
|
||||||
To enable your Amcrest camera in your installation, add the following to your `configuration.yaml` file:
|
To enable your camera in your installation, add the following to your `configuration.yaml` file:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
@ -27,8 +27,9 @@ camera:
|
|||||||
|
|
||||||
Configuration variables:
|
Configuration variables:
|
||||||
|
|
||||||
- **host** (*Required*): The IP address your camera.
|
- **host** (*Required*): The IP address of your camera.
|
||||||
- **port** (*Optional*): The port that the camera is running on. The default is 80.
|
|
||||||
- **username** (*Required*): The username for accessing your camera.
|
- **username** (*Required*): The username for accessing your camera.
|
||||||
- **password** (*Required*): The password 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.
|
- **name** (*Optional*): This parameter allows you to override the name of your camera. The default is "Amcrest Camera".
|
||||||
|
- **port** (*Optional*): The port that the camera is running on. The default is 80.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user