diff --git a/source/dashboards/header-footer.markdown b/source/dashboards/header-footer.markdown index 0b9c889856e..a3c0c586fdd 100644 --- a/source/dashboards/header-footer.markdown +++ b/source/dashboards/header-footer.markdown @@ -34,11 +34,11 @@ tap_action: type: map hold_action: 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 double_tap_action: 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 {% endconfiguration %} @@ -89,6 +89,18 @@ entities: description: Show entity name. type: boolean 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 %}