diff --git a/source/dashboards/actions.markdown b/source/dashboards/actions.markdown index 9fbcac53d77..8a9fbd8ae53 100644 --- a/source/dashboards/actions.markdown +++ b/source/dashboards/actions.markdown @@ -101,6 +101,11 @@ tap_action: description: "If supported, listen for voice commands when opening the assist dialog and the `action` is defined as `assist`" type: boolean default: none + entity_id: + required: false + description: "Overrides the default entity to show when the `action` is defined as `more-info`" + type: string + default: none {% endconfiguration %} ## Hold action @@ -168,6 +173,11 @@ hold_action: description: "If supported, listen for voice commands when opening the assist dialog and the `action` is defined as `assist`" type: boolean default: none + entity_id: + required: false + description: "Overrides the default entity to show when the `action` is defined as `more-info`" + type: string + default: none {% endconfiguration %} ## Double tap action @@ -235,6 +245,11 @@ double_tap_action: description: "If supported, listen for voice commands when opening the assist dialog and the `action` is defined as `assist`" type: boolean default: none + entity_id: + required: false + description: "Overrides the default entity to show when the `action` is defined as `more-info`" + type: string + default: none {% endconfiguration %} ## Options for confirmation