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:
Fabian Affolter 2016-08-11 11:14:24 +02:00 committed by GitHub
parent e926426af9
commit a784f48022
9 changed files with 18 additions and 16 deletions

View file

@ -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