Update docstrings
This commit is contained in:
parent
5cea8fda9f
commit
847e92f57a
4 changed files with 7 additions and 2 deletions
|
@ -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'):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue