mirror of
https://github.com/home-assistant/core.git
synced 2026-04-17 23:53:49 +01:00
12 lines
358 B
JSON
12 lines
358 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",
|
|
"integration_type": "device",
|
|
"iot_class": "local_push",
|
|
"requirements": ["bluetooth-data-tools==1.28.4"]
|
|
}
|