18 lines
421 B
JSON
18 lines
421 B
JSON
{
|
|
"domain": "ibeacon",
|
|
"name": "iBeacon Tracker",
|
|
"bluetooth": [
|
|
{
|
|
"manufacturer_id": 76,
|
|
"manufacturer_data_start": [2, 21]
|
|
}
|
|
],
|
|
"codeowners": ["@bdraco"],
|
|
"config_flow": true,
|
|
"dependencies": ["bluetooth_adapters"],
|
|
"documentation": "https://www.home-assistant.io/integrations/ibeacon",
|
|
"iot_class": "local_push",
|
|
"loggers": ["bleak"],
|
|
"requirements": ["ibeacon-ble==1.0.1"]
|
|
}
|