mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 04:05:20 +01:00
21 lines
575 B
JSON
21 lines
575 B
JSON
{
|
|
"domain": "hue_ble",
|
|
"name": "Philips Hue BLE",
|
|
"bluetooth": [
|
|
{
|
|
"connectable": true,
|
|
"service_data_uuid": "0000fe0f-0000-1000-8000-00805f9b34fb",
|
|
"service_uuid": "0000fe0f-0000-1000-8000-00805f9b34fb"
|
|
}
|
|
],
|
|
"codeowners": ["@flip-dots"],
|
|
"config_flow": true,
|
|
"dependencies": ["bluetooth_adapters"],
|
|
"documentation": "https://www.home-assistant.io/integrations/hue_ble",
|
|
"integration_type": "device",
|
|
"iot_class": "local_push",
|
|
"loggers": ["bleak", "HueBLE"],
|
|
"quality_scale": "bronze",
|
|
"requirements": ["HueBLE==2.1.0"]
|
|
}
|