core/homeassistant/components/html5/manifest.json

13 lines
371 B
JSON
Raw Normal View History

{
"domain": "html5",
"name": "HTML5 Push Notifications",
"codeowners": ["@alexyao2015"],
"config_flow": true,
2023-02-08 19:27:05 +00:00
"dependencies": ["http"],
"documentation": "https://www.home-assistant.io/integrations/html5",
"iot_class": "cloud_push",
2023-02-08 19:27:05 +00:00
"loggers": ["http_ece", "py_vapid", "pywebpush"],
"requirements": ["pywebpush==1.14.1"],
"single_config_entry": true
}