From 122bc32f30f910d99c8cb100b7486f71566e32a5 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Wed, 18 Feb 2026 23:11:01 +0100 Subject: [PATCH] Add integration_type device to sensorpush (#163389) --- homeassistant/components/sensorpush/manifest.json | 1 + homeassistant/generated/integrations.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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"