Use reference strings in Nexia (#41210)

This commit is contained in:
SNoof85 2020-10-04 15:38:52 +02:00 committed by GitHub
parent e2921475e2
commit b8ed9fb4c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,12 +10,12 @@
} }
}, },
"error": { "error": {
"cannot_connect": "Failed to connect, please try again", "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"invalid_auth": "Invalid authentication", "invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"unknown": "Unexpected error" "unknown": "[%key:common::config_flow::error::unknown%]"
}, },
"abort": { "abort": {
"already_configured": "This nexia home is already configured" "already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
} }
} }
} }