mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
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.8.0", "av==16.0.1", "numpy==2.3.2"]
|
|
}
|