Add integration_type device to sensorpush (#163389)

This commit is contained in:
Joost Lekkerkerker
2026-02-18 23:11:01 +01:00
committed by GitHub
parent 723825b579
commit 122bc32f30
2 changed files with 2 additions and 1 deletions

View File

@@ -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"]
} }

View File

@@ -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"