1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-19 18:38:58 +00:00

Add integration_type device to led_ble (#159298)

This commit is contained in:
Joost Lekkerkerker
2025-12-17 20:51:45 +01:00
committed by GitHub
parent 664c50586f
commit 231300919c
2 changed files with 2 additions and 1 deletions

View File

@@ -34,6 +34,7 @@
"config_flow": true,
"dependencies": ["bluetooth_adapters"],
"documentation": "https://www.home-assistant.io/integrations/led_ble",
"integration_type": "device",
"iot_class": "local_polling",
"requirements": ["bluetooth-data-tools==1.28.4", "led-ble==1.1.7"]
}

View File

@@ -3488,7 +3488,7 @@
},
"led_ble": {
"name": "LED BLE",
"integration_type": "hub",
"integration_type": "device",
"config_flow": true,
"iot_class": "local_polling"
},