1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-25 21:47:08 +00:00
Files
core/homeassistant/components/html5/manifest.json
2024-02-21 19:46:08 +01:00

11 lines
303 B
JSON

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