Skip to content

Commit 783d52c

Browse files
committed
Tweak android ip webcam things
1 parent 2987b9e commit 783d52c

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

source/_components/android_ip_webcam.markdown

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,18 @@ ha_category: Hub
1212
ha_release: "0.40"
1313
---
1414

15-
The [Android IP webcam](https://play.google.com/store/apps/details?id=com.pas.webcam) turns your andorid phone into a network camera with multiple viewing options.
15+
The Android IP webcam component turns your 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

19-
To set it up, add the following information to your `configuration.yaml` file:
19+
To set it up, download [the IP Webcam app][app] and add the following information to your `configuration.yaml` file:
2020

2121
```yaml
2222
# Example configuration.yaml entry
2323
android_ip_webcam:
24+
# This should be the ip of your phone
2425
- host: 192.168.1.10
26+
name: Entrance
2527
```
2628
2729
Configuration variables:
@@ -60,3 +62,5 @@ Settings:
6062
- torch
6163
- whitebalance_lock
6264
- video_recording
65+
66+
[app]: https://play.google.com/store/apps/details?id=com.pas.webcam

source/_posts/2017-03-11-repurpose-any-android-phone-as-ip-camera.markdown

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Some people have interpreted our recent added warnings as if 0.39 introduced the
1919

2020
Before we continue talking about all the improvements in this release I want to take a moment to thank a few people from the Home Assistant community that are fundamental to the success of Home Assistant. Big thanks to [@dale3h], [@CCOSTAN], [@skalavala] [@rrubin0] [@brahmafear] [@bassclarinetl2] and [@torn8o]! These are all people that hang out in our [main chat channel] and help new users get started and help existing users when running into trouble. Home Assistant would not be there without all the effort you put in! 🙇
2121

22-
Oh, and did I already mention that we're passing the 600 integrations with this release! It's crazy.
22+
And that our community kicks ass is also shown in the numbers. We have already raised together over $700 for the [EFF] via the sale of [our t-shirts][hass-shirt]! All of you rock! Another number worth mentioning is that this release brings us passed 600 integrations for Home Assistant. All of you rock, again!
2323

2424
## Z-Wave is now threadsafe
2525

@@ -293,3 +293,5 @@ Experiencing issues introduced by this release? Please report them in our [issue
293293
[forum]: https://community.home-assistant.io/
294294
[gitter]: https://gitter.im/home-assistant/home-assistant
295295
[issue]: https://github.com/home-assistant/home-assistant/issues
296+
[EFF]: https://www.eff.org
297+
[hass-shirt]: https://home-assistant.io/blog/2017/02/22/home-assistant-tshirts-have-arrived/

0 commit comments

Comments
 (0)