core/homeassistant/components/apns/manifest.json

11 lines
307 B
JSON

{
"domain": "apns",
"name": "Apple Push Notification Service (APNS)",
"documentation": "https://www.home-assistant.io/integrations/apns",
"requirements": ["apns2==0.3.0"],
"after_dependencies": ["device_tracker"],
"codeowners": [],
"iot_class": "cloud_push",
"loggers": ["apns2", "hyper"]
}