Warning missed a space (#16233)
This commit is contained in:
parent
c50a7deb92
commit
f708292015
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue