Use reference strings in elkm1 strings.json (#40996)

This commit is contained in:
Melvin
2020-10-01 20:12:44 +02:00
committed by GitHub
parent 6b509fd9db
commit 4b8f91823c

View File

@@ -15,9 +15,9 @@
} }
}, },
"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": "An ElkM1 with this prefix is already configured", "already_configured": "An ElkM1 with this prefix is already configured",