Lint
This commit is contained in:
parent
4f8d7778b9
commit
5ce0d34bd8
1 changed files with 1 additions and 1 deletions
|
@ -3711,7 +3711,7 @@ class RequestHandler(BaseHTTPRequestHandler):
|
||||||
if HASS_API:
|
if HASS_API:
|
||||||
protocol, uri = HASS_API.split("//")
|
protocol, uri = HASS_API.split("//")
|
||||||
ws_api = "%s://%swebsocket" % (
|
ws_api = "%s://%swebsocket" % (
|
||||||
"wss" if protocol == 'https' else 'ws', uri
|
"wss" if protocol == 'https' else 'ws', uri
|
||||||
)
|
)
|
||||||
html = get_html().safe_substitute(services=services,
|
html = get_html().safe_substitute(services=services,
|
||||||
events=events,
|
events=events,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue