mirror of https://github.com/home-assistant/core
12 lines
369 B
JSON
12 lines
369 B
JSON
{
|
|
"domain": "stream",
|
|
"name": "Stream",
|
|
"codeowners": ["@hunterjm", "@uvjustin", "@allenporter"],
|
|
"dependencies": ["http"],
|
|
"documentation": "https://www.home-assistant.io/integrations/stream",
|
|
"integration_type": "system",
|
|
"iot_class": "local_push",
|
|
"quality_scale": "internal",
|
|
"requirements": ["PyTurboJPEG==1.7.5", "av==13.1.0", "numpy==2.1.3"]
|
|
}
|