Initial commit

Basic functionality could work (untested!)
This commit is contained in:
patman15
2024-07-04 11:44:36 +02:00
parent f4f6323f95
commit a007861a4c
16 changed files with 637 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
{
"config": {
"flow_title": "Setup {name}",
"step": {
"bluetooth_confirm": {
"description": "[%key:component::bluetooth::config::step::bluetooth_confirm::description%]"
}
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
"no_devices_found": "[%key:common::config_flow::abort::no_devices_found%]",
"not_supported": "Device not supported"
}
}
}