Warning missed a space (#16233)

This commit is contained in:
Paulus Schoutsen
2018-08-28 09:32:50 +02:00
committed by GitHub
parent 5397c0d73a
commit 376d4e4fa0

View File

@@ -202,7 +202,7 @@ class HomeAssistantHTTP:
if hass.auth.active and hass.auth.support_legacy:
_LOGGER.warning(
"legacy_api_password support has been enabled. If you don't"
"legacy_api_password support has been enabled. If you don't "
"require it, remove the 'api_password' from your http config.")
setup_auth(app, trusted_networks, hass.auth.active,