mirror of https://github.com/home-assistant/core
12 lines
333 B
JSON
12 lines
333 B
JSON
{
|
|
"domain": "rtsp_to_webrtc",
|
|
"name": "RTSPtoWebRTC",
|
|
"codeowners": ["@allenporter"],
|
|
"config_flow": true,
|
|
"dependencies": ["camera"],
|
|
"documentation": "https://www.home-assistant.io/integrations/rtsp_to_webrtc",
|
|
"iot_class": "local_push",
|
|
"loggers": ["rtsp_to_webrtc"],
|
|
"requirements": ["rtsp-to-webrtc==0.5.1"]
|
|
}
|