From b975ec4199af4e0d01ddcdabe56f5a8e4a970c6b Mon Sep 17 00:00:00 2001 From: Raman Gupta <7243222+raman325@users.noreply.github.com> Date: Mon, 15 Feb 2021 06:25:10 -0500 Subject: [PATCH] Update universal docs to indicate that most if not all services and attributes can be overridden (#16056) --- source/_integrations/universal.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/universal.markdown b/source/_integrations/universal.markdown index 5e58e0ad627..324240273db 100644 --- a/source/_integrations/universal.markdown +++ b/source/_integrations/universal.markdown @@ -59,11 +59,11 @@ state_template: required: false type: template commands: - description: "Commands to be overwritten. Possible entries are `turn_on`, `turn_off`, `select_source`, `volume_set`, `volume_up`, `volume_down` and `volume_mute`." + description: "Commands to be overwritten. Most, if not all, media player service commands can be overwritten. Example entries are `turn_on`, `turn_off`, `select_source`, `volume_set`, `volume_up`, `volume_down`, and `volume_mute` (refer to the [`media_player` documentation](/integrations/media_player/) to see the full list)." 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 pipe character (|). If the entity ID's state should be used, then only the entity id should be provided." + description: "Attributes that can be overwritten. Most, if not all, media player attributes can be overwritten. Example 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 device_class: