Skip to content

Commit e255d9a

Browse files
authored
Added hold_action and double_tap_action for tile card (home-assistant#29481)
1 parent ddb8a2b commit e255d9a

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
@@ -60,6 +60,14 @@ tap_action:
6060
required: false
6161
description: Action taken on card tap. See [action documentation](/dashboards/actions/#tap-action). By default, it will show the "more-info" dialog.
6262
type: map
63+
hold_action:
64+
required: false
65+
description: Action taken on tap-and-hold. See [action documentation](/dashboards/actions/#hold-action).
66+
type: map
67+
double_tap_action:
68+
required: false
69+
description: Action taken on double tap. See [action documentation](/dashboards/actions/#double-tap-action).
70+
type: map
6371
icon_tap_action:
6472
required: false
6573
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)