hass-core/homeassistant/components/apns/manifest.json
2022-02-17 14:58:24 +01:00

11 lines
376 B
JSON

{
"disabled": "Integration library not compatible with Python 3.10",
"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"]
}