mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-09 18:36:51 +00:00
Update media_extractor component configuration (#7223)
This commit is contained in:
parent
bc71516c56
commit
a050b7603f
@ -13,7 +13,6 @@ ha_release: 0.49
|
||||
ha_qa_scale: internal
|
||||
---
|
||||
|
||||
|
||||
The `media_extractor` component gets a stream URL and sends it to a media player entity. This component can extract entity specific streams if configured accordingly.
|
||||
|
||||
<p class='note'>
|
||||
@ -27,10 +26,17 @@ To use the media extractor service in your installation, add the following to yo
|
||||
media_extractor:
|
||||
```
|
||||
|
||||
Configuration variables:
|
||||
|
||||
- **default_query** (*Optional*): Set default stream query for all devices ('best' by default).
|
||||
- **customize** (*Optional*): Set entity specific values. For example:
|
||||
{% configuration %}
|
||||
default_query:
|
||||
description: Set default stream query for all devices.
|
||||
required: false
|
||||
default: best
|
||||
type: string
|
||||
customize:
|
||||
description: Set entity specific values.
|
||||
required: false
|
||||
type: list
|
||||
{% endconfiguration %}
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
|
Loading…
x
Reference in New Issue
Block a user