mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 02:49:40 +00:00
Set integration_type to service in ntfy integration (#154767)
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -4546,7 +4546,7 @@
|
||||
},
|
||||
"ntfy": {
|
||||
"name": "ntfy",
|
||||
"integration_type": "hub",
|
||||
"integration_type": "service",
|
||||
"config_flow": true,
|
||||
"iot_class": "cloud_push"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user