mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
Added hold_action and double_tap_action for tile card (#29481)
This commit is contained in:
parent
ddb8a2beb7
commit
e255d9aaeb
@ -60,6 +60,14 @@ tap_action:
|
|||||||
required: false
|
required: false
|
||||||
description: Action taken on card tap. See [action documentation](/dashboards/actions/#tap-action). By default, it will show the "more-info" dialog.
|
description: Action taken on card tap. See [action documentation](/dashboards/actions/#tap-action). By default, it will show the "more-info" dialog.
|
||||||
type: map
|
type: map
|
||||||
|
hold_action:
|
||||||
|
required: false
|
||||||
|
description: Action taken on tap-and-hold. See [action documentation](/dashboards/actions/#hold-action).
|
||||||
|
type: map
|
||||||
|
double_tap_action:
|
||||||
|
required: false
|
||||||
|
description: Action taken on double tap. See [action documentation](/dashboards/actions/#double-tap-action).
|
||||||
|
type: map
|
||||||
icon_tap_action:
|
icon_tap_action:
|
||||||
required: false
|
required: false
|
||||||
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.
|
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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user