Add strings to Ruuvitag BLE (#109717)

pull/109883/head
Joost Lekkerkerker 2024-02-05 16:26:25 +01:00 committed by Franck Nijhof
parent cc36071612
commit e3191d098f
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3
1 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,22 @@
{
"config": {
"flow_title": "[%key:component::bluetooth::config::flow_title%]",
"step": {
"user": {
"description": "[%key:component::bluetooth::config::step::user::description%]",
"data": {
"address": "[%key:common::config_flow::data::device%]"
}
},
"bluetooth_confirm": {
"description": "[%key:component::bluetooth::config::step::bluetooth_confirm::description%]"
}
},
"abort": {
"not_supported": "Device not supported",
"no_devices_found": "[%key:common::config_flow::abort::no_devices_found%]",
"already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]",
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
}
}
}