core/homeassistant/components/html5/manifest.json

13 lines
237 B
JSON
Raw Normal View History

{
"domain": "html5",
"name": "HTML5 Notifications",
"documentation": "https://www.home-assistant.io/components/html5",
"requirements": [
"pywebpush==1.6.0"
],
"dependencies": [],
"codeowners": [
"@robbiet480"
]
}