1
0
mirror of https://github.com/home-assistant/core.git synced 2026-03-05 17:17:49 +00:00
Files
core/homeassistant/components/media_extractor/icons.json
Joost Lekkerkerker e9894f8e91 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 16:13:03 +02:00

7 lines
90 B
JSON

{
"services": {
"play_media": "mdi:play",
"extract_media_url": "mdi:link"
}
}