Docstrings (#2502)

* Update docstrings

* Update docstrings

* Add link to docs
This commit is contained in:
Fabian Affolter 2016-07-12 16:46:29 +02:00 committed by GitHub
parent 45a8b74d7f
commit bef2f87ddc
6 changed files with 14 additions and 13 deletions

View file

@ -18,7 +18,7 @@ def setup_platform(hass, config, add_devices, discovery_info=None):
class DemoCamera(Camera):
"""A Demo camera."""
"""The representation of a Demo camera."""
def __init__(self, name):
"""Initialize demo camera component."""