From 53e61b17154fa9123b030663e9168377e91e0ca0 Mon Sep 17 00:00:00 2001 From: Philip Allgaier Date: Mon, 18 Jan 2021 03:10:37 +0100 Subject: [PATCH] Add note about default action override (#16218) Co-authored-by: Franck Nijhof --- source/lovelace/actions.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/lovelace/actions.markdown b/source/lovelace/actions.markdown index 78f6c90aea8..bd5e9d3aa43 100644 --- a/source/lovelace/actions.markdown +++ b/source/lovelace/actions.markdown @@ -35,7 +35,7 @@ tap_action: required: true description: "Action to perform (`more-info`, `toggle`, `call-service`, `navigate`, `url`, `none`)" type: string - default: "`toggle`" + default: "`toggle` (some cards overwrite default to `more-info` if the provided entity cannot be toggled)" navigation_path: required: false description: "Path to navigate to (e.g., `/lovelace/0/`) when `action` defined as `navigate`"