This website requires JavaScript.
Explore
Help
Sign In
Home-Assistant
/
core
mirror of
https://github.com/home-assistant/core.git
Watch
1
Star
0
Fork
You've already forked core
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
d670f1d81d
core
/
homeassistant
/
components
/
media_extractor
/
icons.json
7 lines
90 B
JSON
Raw
Normal View
History
Unescape
Escape
Add service icons to Media Extractor (#113329)
2024-03-14 12:25:27 +00:00
{
"services"
:
{
Add extract media url service to media extractor (#100780) * Exclude manifest files from youtube media extraction * Add media_extractor service to extract media * Fix snapshot * Run ytdlp async * Add icon * Fix * Fix
2024-04-16 14:13:03 +00:00
"play_media"
:
"mdi:play"
,
"extract_media_url"
:
"mdi:link"
Add service icons to Media Extractor (#113329)
2024-03-14 12:25:27 +00:00
}
}