core/homeassistant/components/ibeacon/translations/en.json

23 lines
784 B
JSON

{
"config": {
"abort": {
"bluetooth_not_available": "At least one Bluetooth adapter or remote must be configured to use iBeacon Tracker.",
"single_instance_allowed": "Already configured. Only a single configuration possible."
},
"step": {
"user": {
"description": "Do you want to setup iBeacon Tracker?"
}
}
},
"options": {
"step": {
"init": {
"data": {
"min_rssi": "Minimum RSSI"
},
"description": "iBeacons with an RSSI value lower than the Minimum RSSI will be ignored. If the integration is seeing neighboring iBeacons, increasing this value may help."
}
}
}
}