diff --git a/homeassistant/components/ntfy/manifest.json b/homeassistant/components/ntfy/manifest.json index 279d30d9f9f..9d0960dfbf6 100644 --- a/homeassistant/components/ntfy/manifest.json +++ b/homeassistant/components/ntfy/manifest.json @@ -4,6 +4,7 @@ "codeowners": ["@tr4nt0r"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/ntfy", + "integration_type": "service", "iot_class": "cloud_push", "loggers": ["aionfty"], "quality_scale": "platinum", diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index 8ccab7a06b4..1789cd39720 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -4546,7 +4546,7 @@ }, "ntfy": { "name": "ntfy", - "integration_type": "hub", + "integration_type": "service", "config_flow": true, "iot_class": "cloud_push" },