diff --git a/homeassistant/httpinterface.py b/homeassistant/httpinterface.py index 830db8c991f..de9d16d802d 100644 --- a/homeassistant/httpinterface.py +++ b/homeassistant/httpinterface.py @@ -240,11 +240,11 @@ class RequestHandler(BaseHTTPRequestHandler): "" "Home Assistant" "" - "
" + "" "API password: " "" "
" - "")) + "").format(self.path)) return False