Add missing action options to header/footer (#22895)

This commit is contained in:
Philip Allgaier 2022-05-30 12:57:51 +02:00 committed by GitHub
parent 7a2617bf60
commit bc5ad263d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,11 +34,11 @@ tap_action:
type: map type: map
hold_action: hold_action:
required: false required: false
description: Action to take on tap-and-hold. See [action documentation](/dashboards/actions/#hold-action). description: Action taken on tap-and-hold. See [action documentation](/dashboards/actions/#hold-action).
type: map type: map
double_tap_action: double_tap_action:
required: false required: false
description: Action to take on double tap. See [action documentation](/dashboards/actions/#double-tap-action). description: Action taken on double tap. See [action documentation](/dashboards/actions/#double-tap-action).
type: map type: map
{% endconfiguration %} {% endconfiguration %}
@ -89,6 +89,18 @@ entities:
description: Show entity name. description: Show entity name.
type: boolean type: boolean
default: "false" default: "false"
tap_action:
required: false
description: Action taken on button tap. See [action documentation](/dashboards/actions/#tap-action).
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
{% endconfiguration %} {% endconfiguration %}