Use reference strings in Nuheat (#41213)

pull/41254/head
SNoof85 2020-10-05 02:15:14 +02:00 committed by GitHub
parent 8d1d585b40
commit 116dd7ddf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -1,13 +1,13 @@
{
"config": {
"error": {
"unknown": "Unexpected error",
"cannot_connect": "Failed to connect, please try again",
"invalid_auth": "Invalid authentication",
"unknown": "[%key:common::config_flow::error::unknown%]",
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"invalid_thermostat": "The thermostat serial number is invalid."
},
"abort": {
"already_configured": "The thermostat is already configured"
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
},
"step": {
"user": {
@ -21,4 +21,4 @@
}
}
}
}
}