Use common strings in Tado config flow (#41128)

This commit is contained in:
scheric 2020-10-03 14:51:20 +02:00 committed by GitHub
parent 861fe36f5d
commit 2a758699e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
{ {
"config": { "config": {
"abort": { "abort": {
"already_configured": "Device is already configured" "already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
}, },
"step": { "step": {
"user": { "user": {
@ -13,10 +13,10 @@
} }
}, },
"error": { "error": {
"unknown": "Unexpected error", "unknown": "[%key:common::config_flow::error::unknown%]",
"no_homes": "There are no homes linked to this tado account.", "no_homes": "There are no homes linked to this tado account.",
"invalid_auth": "Invalid authentication", "invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"cannot_connect": "Failed to connect, please try again" "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
} }
}, },
"options": { "options": {