Files
hdpv_ble/custom_components/hunterdouglas_powerview_ble/strings.json
patman15 a007861a4c Initial commit
Basic functionality could work (untested!)
2024-07-04 11:44:36 +02:00

16 lines
456 B
JSON

{
"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"
}
}
}