18 lines
464 B
JSON
18 lines
464 B
JSON
{
|
|
"domain": "led_ble",
|
|
"name": "LED BLE",
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/ble_ble",
|
|
"requirements": ["led-ble==0.5.4"],
|
|
"dependencies": ["bluetooth"],
|
|
"codeowners": ["@bdraco"],
|
|
"bluetooth": [
|
|
{ "local_name": "LEDnet*" },
|
|
{ "local_name": "BLE-LED*" },
|
|
{ "local_name": "LEDBLE*" },
|
|
{ "local_name": "Triones*" },
|
|
{ "local_name": "LEDBlue*" }
|
|
],
|
|
"iot_class": "local_polling"
|
|
}
|