core/homeassistant/components/ibeacon/manifest.json

13 lines
388 B
JSON

{
"domain": "ibeacon",
"name": "iBeacon Tracker",
"documentation": "https://www.home-assistant.io/integrations/ibeacon",
"dependencies": ["bluetooth"],
"bluetooth": [{ "manufacturer_id": 76, "manufacturer_data_start": [2, 21] }],
"requirements": ["ibeacon_ble==0.7.3"],
"codeowners": ["@bdraco"],
"iot_class": "local_push",
"loggers": ["bleak"],
"config_flow": true
}