You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_components/android_ip_webcam.markdown
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
layout: page
3
3
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"
5
5
date: 2017-03-10 00:00
6
6
sidebar: true
7
7
comments: false
@@ -12,7 +12,7 @@ ha_category: Hub
12
12
ha_release: "0.40"
13
13
---
14
14
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.
16
16
17
17
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.
18
18
@@ -21,18 +21,18 @@ To set it up, download [the IP Webcam app][app] and add the following informatio
21
21
```yaml
22
22
# Example configuration.yaml entry
23
23
android_ip_webcam:
24
-
# This should be the ip of your phone
24
+
# This should be the IP Address of the phone
25
25
- host: 192.168.1.10
26
26
name: Entrance
27
27
```
28
28
29
29
Configuration variables:
30
30
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.
36
36
- **scan_interval** (*Optional*): Default is 10 seconds. Defines the update interval of the phone.
37
37
- **auto_discovery** (*Optional*): Default is True. Auto detect which sensors and settings are available for setup.
38
38
- **sensors** array (*Optional*): Conditions to display sensor in the frontend. See list of supported sensors.
0 commit comments