Skip to content

Commit 3142503

Browse files
committed
Fix build
1 parent 118a7f5 commit 3142503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_components/media_player.universal.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ commands:
6565
required: false
6666
type: string
6767
attributes:
68-
description: "Attributes that can be overwritten. Possible entries are `is_volume_muted`, `state`, `source`, `source_list` and `volume_level`. The values should be an entity ID and state attribute separated by a bar (\|). If the entity ID's state should be used, then only the entity id should be provided."
68+
description: "Attributes that can be overwritten. Possible entries are `is_volume_muted`, `state`, `source`, `source_list` and `volume_level`. The values should be an entity ID and state attribute separated by a pipe character (|). If the entity ID's state should be used, then only the entity id should be provided."
6969
required: false
7070
type: string
7171
{% endconfiguration %}

0 commit comments

Comments
 (0)