mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 02:03:27 +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,
|
"config_flow": true,
|
||||||
"dependencies": ["bluetooth_adapters"],
|
"dependencies": ["bluetooth_adapters"],
|
||||||
"documentation": "https://www.home-assistant.io/integrations/sensorpush",
|
"documentation": "https://www.home-assistant.io/integrations/sensorpush",
|
||||||
|
"integration_type": "device",
|
||||||
"iot_class": "local_push",
|
"iot_class": "local_push",
|
||||||
"requirements": ["sensorpush-ble==1.9.0"]
|
"requirements": ["sensorpush-ble==1.9.0"]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6034,7 +6034,7 @@
|
|||||||
"name": "SensorPush",
|
"name": "SensorPush",
|
||||||
"integrations": {
|
"integrations": {
|
||||||
"sensorpush": {
|
"sensorpush": {
|
||||||
"integration_type": "hub",
|
"integration_type": "device",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"iot_class": "local_push",
|
"iot_class": "local_push",
|
||||||
"name": "SensorPush"
|
"name": "SensorPush"
|
||||||
|
|||||||
Reference in New Issue
Block a user