hass-core/homeassistant/components/html5/manifest.json
2022-01-28 13:37:53 -08:00

10 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"]
}