mirror of https://github.com/home-assistant/core
11 lines
326 B
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"]
|
|
}
|