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

16 lines
419 B
JSON

{
"config": {
"abort": {
"already_configured": "Device is already configured",
"no_devices_found": "No devices found on the network",
"not_supported": "Device not supported"
},
"flow_title": "Setup {name}",
"step": {
"bluetooth_confirm": {
"description": "Do you want to set up {name}?"
}
}
}
}