From 8645dc2559ada76019b3627b4e7698abab75e2fb Mon Sep 17 00:00:00 2001 From: Philip Allgaier Date: Tue, 13 Apr 2021 12:20:44 +0200 Subject: [PATCH] Clarification to what the Entities card actions are linked (#17429) --- source/_lovelace/entities.markdown | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/source/_lovelace/entities.markdown b/source/_lovelace/entities.markdown index 7d47b779a42..2768bb8810e 100644 --- a/source/_lovelace/entities.markdown +++ b/source/_lovelace/entities.markdown @@ -93,15 +93,15 @@ state_color: default: false tap_action: required: false - description: Action taken on card tap. See [action documentation](/lovelace/actions/#tap-action). + description: Action taken on row tap. See [action documentation](/lovelace/actions/#tap-action). type: map hold_action: required: false - description: Action taken on card tap and hold. See [action documentation](/lovelace/actions/#hold-action). + description: Action taken on row tap and hold. See [action documentation](/lovelace/actions/#hold-action). type: map double_tap_action: required: false - description: Action taken on card double tap. See [action documentation](/lovelace/actions/#double-tap-action). + description: Action taken on row double tap. See [action documentation](/lovelace/actions/#double-tap-action). type: map {% endconfiguration %} @@ -171,15 +171,15 @@ action_name: default: "`Run`" tap_action: required: true - description: Action taken on card tap. See [action documentation](/lovelace/actions/#tap-action). + description: Action taken on button tap. See [action documentation](/lovelace/actions/#tap-action). type: map hold_action: required: false - description: Action taken on card tap and hold. See [action documentation](/lovelace/actions/#hold-action). + description: Action taken on button tap and hold. See [action documentation](/lovelace/actions/#hold-action). type: map double_tap_action: required: false - description: Action taken on card double tap. See [action documentation](/lovelace/actions/#double-tap-action). + description: Action taken on button double tap. See [action documentation](/lovelace/actions/#double-tap-action). type: map {% endconfiguration %} @@ -226,15 +226,15 @@ entities: default: "true" tap_action: required: false - description: Action taken on card tap. See [action documentation](/lovelace/actions/#tap-action). + description: Action taken on button tap. See [action documentation](/lovelace/actions/#tap-action). type: map hold_action: required: false - description: Action taken on card tap and hold. See [action documentation](/lovelace/actions/#hold-action). + description: Action taken on button tap and hold. See [action documentation](/lovelace/actions/#hold-action). type: map double_tap_action: required: false - description: Action taken on card double tap. See [action documentation](/lovelace/actions/#double-tap-action). + description: Action taken on button double tap. See [action documentation](/lovelace/actions/#double-tap-action). type: map {% endconfiguration %}