2022-08-29 16:38:18 +00:00
|
|
|
{
|
|
|
|
"domain": "led_ble",
|
|
|
|
"name": "LED BLE",
|
|
|
|
"config_flow": true,
|
|
|
|
"documentation": "https://www.home-assistant.io/integrations/ble_ble",
|
2022-09-10 17:30:30 +00:00
|
|
|
"requirements": ["led-ble==0.8.3"],
|
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"
|
|
|
|
}
|