From 466b6b7e3b7e47254e549517d83573502ea2aef2 Mon Sep 17 00:00:00 2001 From: karwosts <32912880+karwosts@users.noreply.github.com> Date: Thu, 10 Oct 2024 00:38:12 -0700 Subject: [PATCH] Docs for 'Allow override entity_id in more-info action' (#35152) * Update actions.markdown * Apply suggestions from code review Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- source/dashboards/actions.markdown | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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