mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 13:45:12 +02:00
Warning missed a space (#16233)
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user