Use references in blebox config flow ()

This commit is contained in:
zetvio 2020-10-05 05:48:44 -04:00 committed by GitHub
parent 78b4c3981f
commit 979346f1ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,13 +1,13 @@
{
"config": {
"abort": {
"already_configured": "This BleBox device is already configured.",
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
"address_already_configured": "A BleBox device is already configured at {address}."
},
"error": {
"cannot_connect": "Unable to connect to the BleBox device. (Check the logs for errors.)",
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"unsupported_version": "BleBox device has outdated firmware. Please upgrade it first.",
"unknown": "Unknown error while connecting to the BleBox device. (Check the logs for errors.)"
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"flow_title": "BleBox device: {name} ({host})",
"step": {