-
-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Add documentation for stream component #8838
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
@hunterjm I had just started testing this, currently looking to see if I have a supported camera. On my dev instance of HA I have things running on a raspberry pi. When attempting to start HA with
After a little bit of googling the following commands allowed me to get past this error, so I think a note for manual install users would be helpful here:
If you think its out of scope for this PR I will submit a change but I think it may be helpful to some users to get in the first release :) |
@dshokouhi - The pyAV package is also available pre-built on https://www.piwheels.org/, which Hassbian has as a default package source, I believe. Maybe we can add a note to add that? Can you try removing those packages and installing from piwheels? |
@hunterjm it looks like wheels is not supported on python 3.6? I have Python 3.6.7 on my raspberry pi. I already had the default package source setup on my pi as I had just checked it from the link but it did not grab the packages.
When I attempt remove the installed packages and try again I get the same error about it being unable to find the packages. Below is part of the error when I try to manually install pyAV, when I grab the packages I linked above the install works fine.
I can provide the full error but don't want to spam this PR. |
Ok. Good to know that piwheels doesn’t support 3.6 and 3.7. I think we can add a warning message in the docs, but upon release it should work out of the box in new hassbian installs, HASS.io, and the official docker image. |
ok I will just add the note for manual installers who run into the error on how to fix it once this PR gets merged :) |
Co-Authored-By: hunterjm <hunterjm@gmail.com>
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.
probably want to update this part
|
||
## {% linkable_title Configuration %} | ||
|
||
To enable the random binary sensor, add the following lines to your `configuration.yaml` file: |
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.
we have a random binary sensor here? :)
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.
Thanks
Description:
Documents the stream component and the new camera service.
Pull request in home-assistant (if applicable): home-assistant/core#21473
Checklist:
next
is for changes and new documentation that will go public with the next home-assistant release. Fixes, changes and adjustments for the current release should be created againstcurrent
.