Update docstrings to match PEP257
This commit is contained in:
parent
7ff9aecd4e
commit
b8a40457ee
40 changed files with 371 additions and 483 deletions
|
@ -1,6 +1,4 @@
|
|||
"""
|
||||
homeassistant.components.introduction
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
Component that will help guide the user taking its first steps.
|
||||
|
||||
For more details about this component, please refer to the documentation at
|
||||
|
@ -12,7 +10,7 @@ DOMAIN = 'introduction'
|
|||
|
||||
|
||||
def setup(hass, config=None):
|
||||
""" Setup the introduction component. """
|
||||
"""Setup the introduction component."""
|
||||
log = logging.getLogger(__name__)
|
||||
log.info("""
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue