core/homeassistant/components/private_ble_device/manifest.json

11 lines
326 B
JSON

{
"domain": "private_ble_device",
"name": "Private BLE Device",
"codeowners": ["@Jc2k"],
"config_flow": true,
"dependencies": ["bluetooth_adapters"],
"documentation": "https://www.home-assistant.io/integrations/private_ble_device",
"iot_class": "local_push",
"requirements": ["bluetooth-data-tools==1.20.0"]
}