mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Tweak android ip webcam things
This commit is contained in:
parent
2987b9eb96
commit
783d52cac9
@ -12,16 +12,18 @@ ha_category: Hub
|
|||||||
ha_release: "0.40"
|
ha_release: "0.40"
|
||||||
---
|
---
|
||||||
|
|
||||||
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.
|
The Android IP webcam component turns your 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.
|
||||||
|
|
||||||
To set it up, add the following information to your `configuration.yaml` file:
|
To set it up, download [the IP Webcam app][app] and add the following information to your `configuration.yaml` file:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
android_ip_webcam:
|
android_ip_webcam:
|
||||||
|
# This should be the ip of your phone
|
||||||
- host: 192.168.1.10
|
- host: 192.168.1.10
|
||||||
|
name: Entrance
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
Configuration variables:
|
||||||
@ -60,3 +62,5 @@ Settings:
|
|||||||
- torch
|
- torch
|
||||||
- whitebalance_lock
|
- whitebalance_lock
|
||||||
- video_recording
|
- video_recording
|
||||||
|
|
||||||
|
[app]: https://play.google.com/store/apps/details?id=com.pas.webcam
|
||||||
|
@ -19,7 +19,7 @@ Some people have interpreted our recent added warnings as if 0.39 introduced the
|
|||||||
|
|
||||||
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! 🙇
|
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! 🙇
|
||||||
|
|
||||||
Oh, and did I already mention that we're passing the 600 integrations with this release! It's crazy.
|
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!
|
||||||
|
|
||||||
## Z-Wave is now threadsafe
|
## Z-Wave is now threadsafe
|
||||||
|
|
||||||
@ -293,3 +293,5 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
|||||||
[forum]: https://community.home-assistant.io/
|
[forum]: https://community.home-assistant.io/
|
||||||
[gitter]: https://gitter.im/home-assistant/home-assistant
|
[gitter]: https://gitter.im/home-assistant/home-assistant
|
||||||
[issue]: https://github.com/home-assistant/home-assistant/issues
|
[issue]: https://github.com/home-assistant/home-assistant/issues
|
||||||
|
[EFF]: https://www.eff.org
|
||||||
|
[hass-shirt]: https://home-assistant.io/blog/2017/02/22/home-assistant-tshirts-have-arrived/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user