2022-09-20 01:43:41 +00:00
{
"config" : {
"step" : {
"user" : {
2022-12-12 10:40:00 +00:00
"description" : "Do you want to set up iBeacon Tracker?"
2022-09-20 01:43:41 +00:00
}
} ,
"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"
}
}
}
2023-06-28 17:32:58 +00:00
} ,
"entity" : {
"sensor" : {
"power" : {
"name" : "Power"
} ,
"estimated_distance" : {
"name" : "Estimated distance"
} ,
"vendor" : {
"name" : "Vendor"
}
}
2022-09-20 01:43:41 +00:00
}
}