From 26334d93bd200bcf09bfb0c3ab4252bc0c808fb1 Mon Sep 17 00:00:00 2001 From: Sean Mooney Date: Fri, 9 Oct 2020 09:27:32 -0400 Subject: [PATCH] Add hold action and double tap actions to Light Card docs (#15041) The Light card supports hold actions and double tap actions. This was documented on the Actions page already, but not the actual page for the card itself. --- source/_lovelace/light.markdown | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/source/_lovelace/light.markdown b/source/_lovelace/light.markdown index 36d2a53f626..013e1b93117 100644 --- a/source/_lovelace/light.markdown +++ b/source/_lovelace/light.markdown @@ -39,6 +39,14 @@ theme: required: false description: Set to any theme within `themes.yaml`. type: string +hold_action: + required: false + description: Action taken on card 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). + type: map {% endconfiguration %} ## Examples