mirror of
https://github.com/home-assistant/core.git
synced 2025-04-26 10:17:51 +00:00
Warning missed a space (#16233)
This commit is contained in:
parent
5397c0d73a
commit
376d4e4fa0
@ -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…
x
Reference in New Issue
Block a user