1
mirror of https://github.com/home-assistant/core synced 2024-09-28 03:04:04 +02:00
ha-core/homeassistant/components/ibeacon/strings.json
2022-12-12 11:40:00 +01:00

24 lines
678 B
JSON

{
"config": {
"step": {
"user": {
"description": "Do you want to set up iBeacon Tracker?"
}
},
"abort": {
"bluetooth_not_available": "At least one Bluetooth adapter or remote must be configured to use iBeacon Tracker.",
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]"
}
},
"options": {
"step": {
"init": {
"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.",
"data": {
"min_rssi": "Minimum RSSI"
}
}
}
}
}