Minor changes (#2784)
* Update link to docs * Use fast.com * Update docstring * Add link to docs * Add link to docs * Update docstrings * Update docstrings * Fix typo
This commit is contained in:
parent
e926426af9
commit
a784f48022
9 changed files with 18 additions and 16 deletions
|
@ -29,7 +29,7 @@ def setup_platform(hass, config, add_devices_callback, discovery_info=None):
|
|||
|
||||
|
||||
def extract_image_from_mjpeg(stream):
|
||||
"""Take in a mjpeg stream object, return the jpg from it."""
|
||||
"""Take in a MJPEG stream object, return the jpg from it."""
|
||||
data = b''
|
||||
for chunk in stream:
|
||||
data += chunk
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue