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

@ -37,7 +37,7 @@ def setup_platform(hass, config, add_devices_callback, discovery_info=None):
class FFmpegCamera(Camera):
"""An implementation of an IP camera that is reachable over a URL."""
"""An implementation of an FFmpeg camera."""
def __init__(self, config):
"""Initialize a FFmpeg camera."""