mirror of
https://github.com/home-assistant/core.git
synced 2026-04-20 10:36:06 +00:00
Add integration_type device to yalexs_ble (#163991)
This commit is contained in:
committed by
GitHub
parent
b914971531
commit
9740dc65aa
@@ -11,6 +11,7 @@
|
||||
"config_flow": true,
|
||||
"dependencies": ["bluetooth_adapters"],
|
||||
"documentation": "https://www.home-assistant.io/integrations/yalexs_ble",
|
||||
"integration_type": "device",
|
||||
"iot_class": "local_push",
|
||||
"requirements": ["yalexs-ble==3.2.4"]
|
||||
}
|
||||
|
||||
@@ -617,7 +617,7 @@
|
||||
"name": "August"
|
||||
},
|
||||
"yalexs_ble": {
|
||||
"integration_type": "hub",
|
||||
"integration_type": "device",
|
||||
"config_flow": true,
|
||||
"iot_class": "local_push",
|
||||
"name": "Yale Access Bluetooth"
|
||||
@@ -7898,7 +7898,7 @@
|
||||
"name": "Yale Home"
|
||||
},
|
||||
"yalexs_ble": {
|
||||
"integration_type": "hub",
|
||||
"integration_type": "device",
|
||||
"config_flow": true,
|
||||
"iot_class": "local_push",
|
||||
"name": "Yale Access Bluetooth"
|
||||
|
||||
Reference in New Issue
Block a user