Fix docs for Universal Media Player (#2962)
Wrapped template syntax in example
This commit is contained in:
parent
9cc889bd6f
commit
a6c62b30ff
1 changed files with 2 additions and 2 deletions
|
@ -96,12 +96,12 @@ media_player:
|
||||||
service: media_player.select_source
|
service: media_player.select_source
|
||||||
data_template:
|
data_template:
|
||||||
entity_id: media_player.receiver
|
entity_id: media_player.receiver
|
||||||
source: '{{ source }}'
|
source: '{% raw %}{{ source }}{% endraw %}'
|
||||||
volume_set:
|
volume_set:
|
||||||
service: media_player.volume_set
|
service: media_player.volume_set
|
||||||
data_template:
|
data_template:
|
||||||
entity_id: media_player.receiver
|
entity_id: media_player.receiver
|
||||||
volume_level: '{{ volume_level }}'
|
volume_level: '{% raw %}{{ volume_level }}{% endraw %}'
|
||||||
|
|
||||||
attributes:
|
attributes:
|
||||||
state: switch.living_room_tv
|
state: switch.living_room_tv
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue