diff --git a/homeassistant/components/system_bridge/manifest.json b/homeassistant/components/system_bridge/manifest.json index 9370de70787..f386ed57085 100644 --- a/homeassistant/components/system_bridge/manifest.json +++ b/homeassistant/components/system_bridge/manifest.json @@ -9,6 +9,7 @@ "dependencies": ["media_source"], "after_dependencies": ["zeroconf"], "quality_scale": "silver", + "integration_type": "device", "iot_class": "local_push", "loggers": ["systembridgeconnector"] } diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index 5e245ad9734..3614f5d7afb 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -5151,7 +5151,7 @@ }, "system_bridge": { "name": "System Bridge", - "integration_type": "hub", + "integration_type": "device", "config_flow": true, "iot_class": "local_push" },