core/homeassistant/components/html5/manifest.json

11 lines
302 B
JSON

{
"domain": "html5",
"name": "HTML5 Push Notifications",
"documentation": "https://www.home-assistant.io/integrations/html5",
"requirements": ["pywebpush==1.9.2"],
"dependencies": ["http"],
"codeowners": [],
"iot_class": "cloud_push",
"loggers": ["http_ece", "py_vapid", "pywebpush"]
}