mirror of
https://github.com/home-assistant/core.git
synced 2026-09-26 19:55:35 +01:00
* 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
13 lines
247 B
JSON
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"
|
|
]
|
|
}
|