Files
core/homeassistant/components/html5/manifest.json
T
Paulus Schoutsen 590eead128 Test fixes (#22911)
* Fix light tests [skip ci]

* Fix tests/common

* Fix some mqtt tests [skip ci]

* Fix tests and component manifests which have only one platform

* Fix more tests and manifests

* Fix demo/notify tests

* Rollback test for demo.geo_location
2019-04-08 23:16:55 -07:00

13 lines
247 B
JSON

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