2022-07-22 00:16:45 +00:00
{
"config" : {
2022-07-22 18:19:53 +00:00
"abort" : {
2022-07-25 14:52:35 +00:00
"already_configured" : "Service is already configured" ,
2022-08-19 01:41:07 +00:00
"no_adapters" : "No unconfigured Bluetooth adapters found"
2022-07-22 18:19:53 +00:00
} ,
2022-07-22 00:16:45 +00:00
"flow_title" : "{name}" ,
"step" : {
"bluetooth_confirm" : {
2022-12-13 00:27:47 +00:00
"description" : "Do you want to set up {name}?"
2022-07-22 00:16:45 +00:00
} ,
2022-08-19 01:41:07 +00:00
"multiple_adapters" : {
"data" : {
"adapter" : "Adapter"
} ,
2022-12-13 00:27:47 +00:00
"description" : "Select a Bluetooth adapter to set up"
2022-08-19 01:41:07 +00:00
} ,
"single_adapter" : {
2022-12-13 00:27:47 +00:00
"description" : "Do you want to set up the Bluetooth adapter {name}?"
2022-07-22 18:19:53 +00:00
} ,
2022-07-22 00:16:45 +00:00
"user" : {
"data" : {
"address" : "Device"
} ,
2022-12-13 00:27:47 +00:00
"description" : "Choose a device to set up"
2022-07-22 00:16:45 +00:00
}
}
2022-08-20 00:23:43 +00:00
} ,
2022-09-20 01:02:13 +00:00
"issues" : {
"haos_outdated" : {
"description" : "To improve Bluetooth reliability and performance, we highly recommend you update to version 9.0 or later of the Home Assistant Operating System." ,
"title" : "Update to Home Assistant Operating System 9.0 or later"
}
} ,
2022-08-20 00:23:43 +00:00
"options" : {
"step" : {
"init" : {
"data" : {
2022-08-27 23:18:54 +00:00
"passive" : "Passive scanning"
2022-11-24 00:26:32 +00:00
}
2022-08-20 00:23:43 +00:00
}
}
2022-07-22 00:16:45 +00:00
}
}