Set integration_type to service in ntfy integration (#154767)

This commit is contained in:
Manu
2025-10-18 20:53:11 +02:00
committed by GitHub
parent 1e91ad6e23
commit 56f33a8a5f
2 changed files with 2 additions and 1 deletions

View File

@@ -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",

View File

@@ -4546,7 +4546,7 @@
},
"ntfy": {
"name": "ntfy",
"integration_type": "hub",
"integration_type": "service",
"config_flow": true,
"iot_class": "cloud_push"
},