Docstrings (#2502)
* Update docstrings * Update docstrings * Add link to docs
This commit is contained in:
parent
45a8b74d7f
commit
bef2f87ddc
6 changed files with 14 additions and 13 deletions
|
@ -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."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue