Add integration_type device to private_ble_device (#159884)

This commit is contained in:
Joost Lekkerkerker
2025-12-28 16:50:35 +01:00
committed by GitHub
parent f883eeebf3
commit 9298b7787f
2 changed files with 2 additions and 1 deletions

View File

@@ -5,6 +5,7 @@
"config_flow": true,
"dependencies": ["bluetooth_adapters"],
"documentation": "https://www.home-assistant.io/integrations/private_ble_device",
"integration_type": "device",
"iot_class": "local_push",
"requirements": ["bluetooth-data-tools==1.28.4"]
}

View File

@@ -5175,7 +5175,7 @@
},
"private_ble_device": {
"name": "Private BLE Device",
"integration_type": "hub",
"integration_type": "device",
"config_flow": true,
"iot_class": "local_push"
},