Update media_extractor component configuration (#7223)

This commit is contained in:
Klaas Schoute 2018-10-29 12:26:27 +01:00 committed by Franck Nijhof
parent bc71516c56
commit a050b7603f

View File

@ -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