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