Update docstrings

This commit is contained in:
Fabian Affolter 2016-02-03 00:01:26 +01:00
parent 5cea8fda9f
commit 847e92f57a
4 changed files with 7 additions and 2 deletions

View file

@ -25,8 +25,6 @@ _LOGGER = logging.getLogger(__name__)
def setup(hass, config):
""" Setup weblink component. """
# States are in the format DOMAIN.OBJECT_ID
links = config.get(DOMAIN)
for link in links.get('entities'):