Android IP Webcam for hass 0.40#2227
Merged
Merged
Conversation
Landrash
requested changes
Mar 10, 2017
Contributor
Landrash
left a comment
There was a problem hiding this comment.
Some feedback on spelling, grammar and formatting.
| --- | ||
| layout: page | ||
| title: "Android IP Webcam" | ||
| description: "Connect Android devices as IP webcam to home-assistant" |
Contributor
There was a problem hiding this comment.
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. |
Contributor
There was a problem hiding this comment.
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. |
Contributor
There was a problem hiding this comment.
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: |
| - motion | ||
| - pressure | ||
|
|
||
| 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 %} |
1 task
Landrash
approved these changes
Mar 11, 2017
Contributor
|
Great work! Merging since parent pr has been merged. |
balloob
pushed a commit
that referenced
this pull request
Mar 11, 2017
* Android IP Webcam for hass 0.40 * Update android_ip_webcam.markdown * Update android_ip_webcam.markdown * Update android_ip_webcam.markdown
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description:
Doc for android ip webcam component/platform.