core/homeassistant/components/html5/manifest.json

10 lines
250 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"
}