mirror of
https://github.com/home-assistant/core.git
synced 2026-06-30 03:06:10 +01:00
28 lines
794 B
JSON
28 lines
794 B
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
|
"already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]",
|
|
"no_devices_found": "[%key:common::config_flow::abort::no_devices_found%]",
|
|
"not_supported": "Device not supported"
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
},
|
|
"flow_title": "{name}",
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"address": "Bluetooth address"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"exceptions": {
|
|
"device_not_found": {
|
|
"message": "Could not find LED BLE device with address {address}: {reason}"
|
|
}
|
|
}
|
|
}
|