mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 22:27:07 +00:00
11 lines
307 B
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"]
|
|
}
|