mirror of
https://github.com/home-assistant/core.git
synced 2026-04-29 13:13:46 +01:00
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]==2025.09.05"],
|
|
"single_config_entry": true
|
|
}
|