1
mirror of https://github.com/home-assistant/core synced 2024-08-28 03:36:46 +02:00
ha-core/homeassistant/components/stream/manifest.json
2023-10-15 05:42:25 -10:00

12 lines
373 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.1", "ha-av==10.1.1", "numpy==1.26.0"]
}