mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-10 10:56:49 +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
|
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.
|
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'>
|
<p class='note'>
|
||||||
@ -27,10 +26,17 @@ To use the media extractor service in your installation, add the following to yo
|
|||||||
media_extractor:
|
media_extractor:
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
{% configuration %}
|
||||||
|
default_query:
|
||||||
- **default_query** (*Optional*): Set default stream query for all devices ('best' by default).
|
description: Set default stream query for all devices.
|
||||||
- **customize** (*Optional*): Set entity specific values. For example:
|
required: false
|
||||||
|
default: best
|
||||||
|
type: string
|
||||||
|
customize:
|
||||||
|
description: Set entity specific values.
|
||||||
|
required: false
|
||||||
|
type: list
|
||||||
|
{% endconfiguration %}
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
|
Loading…
x
Reference in New Issue
Block a user