Use common strings in mqtt config flow (#40956)

pull/40974/head
springstan 2020-10-01 14:55:45 +02:00 committed by GitHub
parent bd1de3cd7c
commit 20f8bcc908
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -20,10 +20,10 @@
}
},
"abort": {
"single_instance_allowed": "Only a single configuration of MQTT is allowed."
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]"
},
"error": {
"cannot_connect": "Unable to connect to the broker."
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
}
},
"device_automation": {
@ -77,7 +77,7 @@
}
},
"error": {
"cannot_connect": "Unable to connect to the broker.",
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"bad_birth": "Invalid birth topic.",
"bad_will": "Invalid will topic."
}