1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-29 21:21:46 +01:00
Files
core/homeassistant/components/ibeacon/manifest.json
2025-01-22 09:37:07 -10:00

19 lines
443 B
JSON

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