Added missing docstring
This commit is contained in:
parent
2226f8b6a9
commit
cb33b3bf24
1 changed files with 2 additions and 1 deletions
|
@ -122,8 +122,9 @@ DOMAIN_ICONS = {
|
|||
|
||||
|
||||
def _get_domain_icon(domain):
|
||||
""" Returns HTML that shows domain icon. """
|
||||
return "<span class='glyphicon {}'></span>".format(
|
||||
DOMAIN_ICONS.get(domain, ""))
|
||||
DOMAIN_ICONS.get(domain, ""))
|
||||
|
||||
|
||||
def setup(hass, api_password, server_port=None, server_host=None):
|
||||
|
|
Loading…
Add table
Reference in a new issue