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>
This commit is contained in:
karwosts 2024-10-10 00:38:12 -07:00 committed by GitHub
parent d1a867f740
commit 466b6b7e3b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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