hass-core/homeassistant/components/ibeacon/manifest.json
Michael c50d0646ab
Mark integrations as single_config_entry in manifest [a-i] (#128189)
* mark integrations as single_config_entry in manifest

* fix ecobee tests

* fix iaqualink test
2024-10-12 08:59:57 +02:00

18 lines
452 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.2.0"],
"single_config_entry": true
}