mirror of https://github.com/home-assistant/core
14 lines
401 B
JSON
14 lines
401 B
JSON
{
|
|
"domain": "media_extractor",
|
|
"name": "Media Extractor",
|
|
"codeowners": ["@joostlek"],
|
|
"config_flow": true,
|
|
"dependencies": ["media_player"],
|
|
"documentation": "https://www.home-assistant.io/integrations/media_extractor",
|
|
"iot_class": "calculated",
|
|
"loggers": ["yt_dlp"],
|
|
"quality_scale": "internal",
|
|
"requirements": ["yt-dlp[default]==2024.11.04"],
|
|
"single_config_entry": true
|
|
}
|