-
-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Android IP Webcam for hass 0.40 #2227
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some feedback on spelling, grammar and formatting.
--- | ||
layout: page | ||
title: "Android IP Webcam" | ||
description: "Connect Android devices as IP webcam to home-assistant" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Replace home-assistant with Home Assistant.
|
||
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. | ||
|
||
It setup a mjpeg camera view and all settings as switch inside Home Assistant. You can also expose the sensors. If you have multible device, you can use all options inside a list. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggest
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 devices, you can use all options inside a list.
Unsure if it's supposed to be multiple devices
or multiple sensors
.
|
||
Configuration variables: | ||
|
||
- **host** (*Required*): The ip address where your device have on network. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggest you standardize on device as here instead of mixing phone and device. For all the lines below.
webcam
instead of wecam
. listens
instead of listen
.
|
||
### {% linkable_title supported features %} | ||
|
||
sensors: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Capital letter Sensors
- motion | ||
- pressure | ||
|
||
settings: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Capital letter Settings
- **switches** array (*Optional*): Conditions to display settings in the frontend. See list of supported settings. | ||
- **motion_sensor** (*Optional*): Activate motion sensor if auto_discovery is disabled. | ||
|
||
### {% linkable_title supported features %} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Capital letter Supported
Great work! Merging since parent pr has been merged. |
* Android IP Webcam for hass 0.40 * Update android_ip_webcam.markdown * Update android_ip_webcam.markdown * Update android_ip_webcam.markdown
Description:
Doc for android ip webcam component/platform.