Skip to content

Commit f1d6b4c

Browse files
committed
Added hold_action and double_tap_action for tile card
1 parent 61461ee commit f1d6b4c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

source/_dashboards/tile.markdown

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,14 @@ tap_action:
5050
required: false
5151
description: Action taken on card tap. See [action documentation](/dashboards/actions/#tap-action). By default, it will show the "more-info" dialog.
5252
type: map
53+
hold_action:
54+
required: false
55+
description: Action taken on tap-and-hold. See [action documentation](/dashboards/actions/#hold-action).
56+
type: map
57+
double_tap_action:
58+
required: false
59+
description: Action taken on double tap. See [action documentation](/dashboards/actions/#double-tap-action).
60+
type: map
5361
icon_tap_action:
5462
required: false
5563
description: Action taken on icon card tap. See [action documentation](/dashboards/actions/#tap-action). By default, it will `toggle` the entity (if possible), otherwise, show the "more-info" dialog.

0 commit comments

Comments
 (0)