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