mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
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:
parent
d1a867f740
commit
466b6b7e3b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user