mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 06:05:26 +01:00
Add integration_type device to private_ble_device (#159884)
This commit is contained in:
committed by
GitHub
parent
f883eeebf3
commit
9298b7787f
@@ -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"]
|
||||
}
|
||||
|
||||
@@ -5175,7 +5175,7 @@
|
||||
},
|
||||
"private_ble_device": {
|
||||
"name": "Private BLE Device",
|
||||
"integration_type": "hub",
|
||||
"integration_type": "device",
|
||||
"config_flow": true,
|
||||
"iot_class": "local_push"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user