Skip to content

Commit d059b15

Browse files
nickzeleifabaff
authored andcommitted
updated android ip webcam grammar (home-assistant#2315)
1 parent e4246aa commit d059b15

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

source/_components/android_ip_webcam.markdown

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: page
33
title: "Android IP Webcam"
4-
description: "Connect Android devices as IP webcam to Home Assistant"
4+
description: "Connect Android devices as an IP webcam to Home Assistant"
55
date: 2017-03-10 00:00
66
sidebar: true
77
comments: false
@@ -12,7 +12,7 @@ ha_category: Hub
1212
ha_release: "0.40"
1313
---
1414

15-
The Android IP webcam component turns your Android phone into a network camera with multiple viewing options.
15+
The Android IP webcam component turns an Android phone into a network camera with multiple viewing options.
1616

1717
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.
1818

@@ -21,18 +21,18 @@ To set it up, download [the IP Webcam app][app] and add the following informatio
2121
```yaml
2222
# Example configuration.yaml entry
2323
android_ip_webcam:
24-
# This should be the ip of your phone
24+
# This should be the IP Address of the phone
2525
- host: 192.168.1.10
2626
name: Entrance
2727
```
2828
2929
Configuration variables:
3030
31-
- **host** (*Required*): The ip address where your phone have on network.
32-
- **port** (*Optional*): Default is set 8080. The port where is ip webcam listens.
33-
- **name** (*Optional*): This parameter allows you to override the name of your phone.
34-
- **username** (*Optional*): The username for accessing your phone.
35-
- **password** (*Optional*): The password for accessing your phone.
31+
- **host** (*Required*): The IP Address of the phone on the network.
32+
- **port** (*Optional*): Default is set 8080. The port the IP Webcam listens on.
33+
- **name** (*Optional*): Override the name of the phone.
34+
- **username** (*Optional*): The username to access the phone.
35+
- **password** (*Optional*): The password to access the phone.
3636
- **scan_interval** (*Optional*): Default is 10 seconds. Defines the update interval of the phone.
3737
- **auto_discovery** (*Optional*): Default is True. Auto detect which sensors and settings are available for setup.
3838
- **sensors** array (*Optional*): Conditions to display sensor in the frontend. See list of supported sensors.

0 commit comments

Comments
 (0)