From 63e7905f6edbbc41f1b7c435cf3e51d9c32af016 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 4 Dec 2016 13:05:10 +0100 Subject: [PATCH] Merge amcrest docs --- source/_components/camera.amcrest.markdown | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/source/_components/camera.amcrest.markdown b/source/_components/camera.amcrest.markdown index b56a7ba6c93..93aee5be95e 100644 --- a/source/_components/camera.amcrest.markdown +++ b/source/_components/camera.amcrest.markdown @@ -1,8 +1,8 @@ --- layout: page -title: "Amcrest Camera" -description: "Instructions how to integrate Amcrest camera into Home Assistant." -date: 2016-12-03 08:10 +title: "Amcrest IP Camera" +description: "Instructions how to integrate Amcrest IP cameras within Home Assistant." +date: 2016-11-24 10:00 sidebar: true comments: false sharing: true @@ -12,9 +12,9 @@ ha_category: Camera 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 # Example configuration.yaml entry @@ -27,8 +27,9 @@ camera: Configuration variables: -- **host** (*Required*): The IP address your camera. -- **port** (*Optional*): The port that the camera is running on. The default is 80. +- **host** (*Required*): The IP address of your camera. - **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. +- **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. +