2022-08-29 16:38:18 +00:00
|
|
|
{
|
|
|
|
"domain": "led_ble",
|
|
|
|
"name": "LED BLE",
|
|
|
|
"bluetooth": [
|
2023-02-08 19:35:25 +00:00
|
|
|
{
|
|
|
|
"local_name": "LEDnet*"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"local_name": "BLE-LED*"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"local_name": "LEDBLE*"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"local_name": "Triones*"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"local_name": "LEDBlue*"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"local_name": "Dream~*"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"local_name": "QHM-*"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"local_name": "AP-*"
|
|
|
|
}
|
2022-08-29 16:38:18 +00:00
|
|
|
],
|
2023-02-08 19:35:25 +00:00
|
|
|
"codeowners": ["@bdraco"],
|
|
|
|
"config_flow": true,
|
|
|
|
"dependencies": ["bluetooth_adapters"],
|
|
|
|
"documentation": "https://www.home-assistant.io/integrations/led_ble/",
|
|
|
|
"iot_class": "local_polling",
|
2023-06-16 02:11:14 +00:00
|
|
|
"requirements": ["bluetooth-data-tools==1.2.0", "led-ble==1.0.0"]
|
2022-08-29 16:38:18 +00:00
|
|
|
}
|