mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Lint
This commit is contained in:
@@ -61,11 +61,11 @@ SCHEMA_WS_HOOK_DELETE = websocket_api.BASE_COMMAND_MESSAGE_SCHEMA.extend(
|
||||
_CLOUD_ERRORS = {
|
||||
InvalidTrustedNetworks: (
|
||||
500,
|
||||
"Remote UI not compatible with 127.0.0.1/::1" " as a trusted network.",
|
||||
"Remote UI not compatible with 127.0.0.1/::1 as a trusted network.",
|
||||
),
|
||||
InvalidTrustedProxies: (
|
||||
500,
|
||||
"Remote UI not compatible with 127.0.0.1/::1" " as trusted proxies.",
|
||||
"Remote UI not compatible with 127.0.0.1/::1 as trusted proxies.",
|
||||
),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user