updated android ip webcam grammar (#2315)

This commit is contained in:
Nick Zelei 2017-03-22 09:54:09 -05:00 committed by Fabian Affolter
parent e4246aa25a
commit d059b15bc0

View File

@ -1,7 +1,7 @@
--- ---
layout: page layout: page
title: "Android IP Webcam" title: "Android IP Webcam"
description: "Connect Android devices as IP webcam to Home Assistant" description: "Connect Android devices as an IP webcam to Home Assistant"
date: 2017-03-10 00:00 date: 2017-03-10 00:00
sidebar: true sidebar: true
comments: false comments: false
@ -12,7 +12,7 @@ ha_category: Hub
ha_release: "0.40" ha_release: "0.40"
--- ---
The Android IP webcam component turns your Android phone into a network camera with multiple viewing options. The Android IP webcam component turns an Android phone into a network camera with multiple viewing options.
It's setup as a mjpeg camera and all settings as switches inside of Home Assistant. You can also expose the sensors. If you have multiple phones, you can use all options inside a list. It's setup as a mjpeg camera and all settings as switches inside of Home Assistant. You can also expose the sensors. If you have multiple phones, you can use all options inside a list.
@ -21,18 +21,18 @@ To set it up, download [the IP Webcam app][app] and add the following informatio
```yaml ```yaml
# Example configuration.yaml entry # Example configuration.yaml entry
android_ip_webcam: android_ip_webcam:
# This should be the ip of your phone # This should be the IP Address of the phone
- host: 192.168.1.10 - host: 192.168.1.10
name: Entrance name: Entrance
``` ```
Configuration variables: Configuration variables:
- **host** (*Required*): The ip address where your phone have on network. - **host** (*Required*): The IP Address of the phone on the network.
- **port** (*Optional*): Default is set 8080. The port where is ip webcam listens. - **port** (*Optional*): Default is set 8080. The port the IP Webcam listens on.
- **name** (*Optional*): This parameter allows you to override the name of your phone. - **name** (*Optional*): Override the name of the phone.
- **username** (*Optional*): The username for accessing your phone. - **username** (*Optional*): The username to access the phone.
- **password** (*Optional*): The password for accessing your phone. - **password** (*Optional*): The password to access the phone.
- **scan_interval** (*Optional*): Default is 10 seconds. Defines the update interval of the phone. - **scan_interval** (*Optional*): Default is 10 seconds. Defines the update interval of the phone.
- **auto_discovery** (*Optional*): Default is True. Auto detect which sensors and settings are available for setup. - **auto_discovery** (*Optional*): Default is True. Auto detect which sensors and settings are available for setup.
- **sensors** array (*Optional*): Conditions to display sensor in the frontend. See list of supported sensors. - **sensors** array (*Optional*): Conditions to display sensor in the frontend. See list of supported sensors.