2023-02-12 12:46:31 +00:00
{
"config" : {
"flow_title" : "[%key:component::bluetooth::config::flow_title%]" ,
"step" : {
"user" : {
"description" : "[%key:component::bluetooth::config::step::user::description%]" ,
"data" : {
"address" : "[%key:component::bluetooth::config::step::user::data::address%]"
}
} ,
"bluetooth_confirm" : {
"description" : "[%key:component::bluetooth::config::step::bluetooth_confirm::description%]"
} ,
2023-03-27 18:37:31 +00:00
"reauth_confirm" : {
"description" : "The activation code is no longer valid, a new unused activation code is needed.\n\n"
} ,
2023-02-12 12:46:31 +00:00
"associate" : {
"description" : "Provide an unused activation code.\n\nTo create an activation code, create a new key in the dKey admin app, then choose to share the key and share an activation code.\n\nMake sure to close the dKey admin app before proceeding." ,
"data" : {
"activation_code" : "Activation code"
}
}
} ,
"error" : {
2023-03-27 18:37:31 +00:00
"no_longer_in_range" : "The lock is no longer in Bluetooth range. Move the lock or adapter and try again." ,
2023-02-12 12:46:31 +00:00
"invalid_code" : "Invalid activation code. An activation code consist of 8 characters, separated by a dash, e.g. GBZT-HXC0." ,
"wrong_code" : "Wrong activation code. Note that an activation code can only be used once."
} ,
"abort" : {
"already_configured" : "[%key:common::config_flow::abort::already_configured_device%]" ,
"cannot_connect" : "[%key:common::config_flow::error::cannot_connect%]" ,
"no_devices_found" : "[%key:common::config_flow::abort::no_devices_found%]" ,
2023-03-27 18:37:31 +00:00
"reauth_successful" : "[%key:common::config_flow::abort::reauth_successful%]" ,
2023-02-12 12:46:31 +00:00
"unknown" : "[%key:common::config_flow::error::unknown%]"
}
}
}