diff --git a/homeassistant/components/sensorpush/manifest.json b/homeassistant/components/sensorpush/manifest.json index 56db6f8f280..8b5a093195e 100644 --- a/homeassistant/components/sensorpush/manifest.json +++ b/homeassistant/components/sensorpush/manifest.json @@ -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"] } diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index 9cd7bc78533..118aee2114c 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -6034,7 +6034,7 @@ "name": "SensorPush", "integrations": { "sensorpush": { - "integration_type": "hub", + "integration_type": "device", "config_flow": true, "iot_class": "local_push", "name": "SensorPush"