mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 00:03:16 +01:00
Add integration_type device to sensorpush (#163389)
This commit is contained in:
committed by
GitHub
parent
723825b579
commit
122bc32f30
@@ -16,6 +16,7 @@
|
||||
"config_flow": true,
|
||||
"dependencies": ["bluetooth_adapters"],
|
||||
"documentation": "https://www.home-assistant.io/integrations/sensorpush",
|
||||
"integration_type": "device",
|
||||
"iot_class": "local_push",
|
||||
"requirements": ["sensorpush-ble==1.9.0"]
|
||||
}
|
||||
|
||||
@@ -6034,7 +6034,7 @@
|
||||
"name": "SensorPush",
|
||||
"integrations": {
|
||||
"sensorpush": {
|
||||
"integration_type": "hub",
|
||||
"integration_type": "device",
|
||||
"config_flow": true,
|
||||
"iot_class": "local_push",
|
||||
"name": "SensorPush"
|
||||
|
||||
Reference in New Issue
Block a user