mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 13:26:54 +00:00
Update Gstreamer media_player component configuration (#7244)
This commit is contained in:
parent
bbe54a82db
commit
0b3f98f0bd
@ -23,10 +23,16 @@ media_player:
|
|||||||
- platform: gstreamer
|
- platform: gstreamer
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
{% configuration %}
|
||||||
|
name:
|
||||||
- **name** (*Optional*): Name the player.
|
description: Name of the media player.
|
||||||
- **pipeline** (*Optional*): `gst` pipeline description.
|
required: false
|
||||||
|
type: string
|
||||||
|
pipeline:
|
||||||
|
description: A `gst` pipeline description.
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
|
{% endconfiguration %}
|
||||||
|
|
||||||
Only the `music` media type is supported.
|
Only the `music` media type is supported.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user