Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Constants for media_extractor."""
2 
3 DEFAULT_STREAM_QUERY = "best"
4 DOMAIN = "media_extractor"
5 
6 ATTR_URL = "url"
7 ATTR_FORMAT_QUERY = "format_query"
8 
9 SERVICE_EXTRACT_MEDIA_URL = "extract_media_url"