From 56f33a8a5f09156aef32c74621d5c942d455e39c Mon Sep 17 00:00:00 2001 From: Manu <4445816+tr4nt0r@users.noreply.github.com> Date: Sat, 18 Oct 2025 20:53:11 +0200 Subject: [PATCH] Set integration_type to service in ntfy integration (#154767) --- homeassistant/components/ntfy/manifest.json | 1 + homeassistant/generated/integrations.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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" },