mirror of
https://github.com/elisspace/core.git
synced 2026-09-27 04:57:12 +00:00
* Add manifests * Update auto name * Update codeowners * Add requirements from platforms * Minor cleanup * Incorporate changes from awarecan PR
13 lines
212 B
JSON
13 lines
212 B
JSON
{
|
|
"domain": "stream",
|
|
"name": "Stream",
|
|
"documentation": "https://www.home-assistant.io/components/stream",
|
|
"requirements": [
|
|
"av==6.1.2"
|
|
],
|
|
"dependencies": [
|
|
"http"
|
|
],
|
|
"codeowners": []
|
|
}
|