2022-08-29 16:38:18 +00:00
|
|
|
{
|
|
|
|
"domain": "led_ble",
|
|
|
|
"name": "LED BLE",
|
|
|
|
"config_flow": true,
|
2022-10-17 18:27:08 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/led_ble/",
|
2022-11-16 21:07:02 +00:00
|
|
|
"requirements": ["bluetooth-data-tools==0.3.0", "led-ble==1.0.0"],
|
2022-08-29 16:38:18 +00:00
|
|
|
"dependencies": ["bluetooth"],
|
|
|
|
"codeowners": ["@bdraco"],
|
|
|
|
"bluetooth": [
|
|
|
|
{ "local_name": "LEDnet*" },
|
|
|
|
{ "local_name": "BLE-LED*" },
|
|
|
|
{ "local_name": "LEDBLE*" },
|
|
|
|
{ "local_name": "Triones*" },
|
2022-09-04 16:54:40 +00:00
|
|
|
{ "local_name": "LEDBlue*" },
|
|
|
|
{ "local_name": "Dream~*" },
|
2022-09-05 18:05:37 +00:00
|
|
|
{ "local_name": "QHM-*" },
|
|
|
|
{ "local_name": "AP-*" }
|
2022-08-29 16:38:18 +00:00
|
|
|
],
|
|
|
|
"iot_class": "local_polling"
|
|
|
|
}
|