From 314250349f328ee318e0821e146402357f347253 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Mon, 27 Nov 2017 21:48:05 -0800 Subject: [PATCH] Fix build --- source/_components/media_player.universal.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/media_player.universal.markdown b/source/_components/media_player.universal.markdown index 39e196bd15e..106f114f780 100644 --- a/source/_components/media_player.universal.markdown +++ b/source/_components/media_player.universal.markdown @@ -65,7 +65,7 @@ commands: required: false type: string attributes: - 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." + 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." required: false type: string {% endconfiguration %}