1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00
Files
core/homeassistant/components/ibeacon/strings.json
2025-10-28 10:33:10 +01:00

40 lines
994 B
JSON

{
"config": {
"abort": {
"bluetooth_not_available": "At least one Bluetooth adapter or remote must be configured to use iBeacon Tracker."
},
"step": {
"user": {
"description": "Do you want to set up iBeacon Tracker?"
}
}
},
"entity": {
"sensor": {
"estimated_distance": {
"name": "Estimated distance"
},
"power": {
"name": "Power"
},
"vendor": {
"name": "Vendor"
}
}
},
"options": {
"error": {
"invalid_uuid_format": "UUIDs should contain 32 hex characters grouped as XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX"
},
"step": {
"init": {
"data": {
"allow_nameless_uuids": "Currently allowed UUIDs. Uncheck to remove",
"new_uuid": "Enter a new allowed UUID"
},
"description": "iBeacons with an empty device name are ignored by default, unless their UUID is explicitly allowed in the list below."
}
}
}
}