mirror of
https://github.com/home-assistant/core.git
synced 2025-11-16 06:20:07 +00:00
Set integration_type to service in ntfy integration (#154767)
This commit is contained in:
@@ -4,6 +4,7 @@
|
|||||||
"codeowners": ["@tr4nt0r"],
|
"codeowners": ["@tr4nt0r"],
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/ntfy",
|
"documentation": "https://www.home-assistant.io/integrations/ntfy",
|
||||||
|
"integration_type": "service",
|
||||||
"iot_class": "cloud_push",
|
"iot_class": "cloud_push",
|
||||||
"loggers": ["aionfty"],
|
"loggers": ["aionfty"],
|
||||||
"quality_scale": "platinum",
|
"quality_scale": "platinum",
|
||||||
|
|||||||
@@ -4546,7 +4546,7 @@
|
|||||||
},
|
},
|
||||||
"ntfy": {
|
"ntfy": {
|
||||||
"name": "ntfy",
|
"name": "ntfy",
|
||||||
"integration_type": "hub",
|
"integration_type": "service",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"iot_class": "cloud_push"
|
"iot_class": "cloud_push"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user