mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 01:06:52 +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`"
|
description: "If supported, listen for voice commands when opening the assist dialog and the `action` is defined as `assist`"
|
||||||
type: boolean
|
type: boolean
|
||||||
default: none
|
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 %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
## Hold action
|
## 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`"
|
description: "If supported, listen for voice commands when opening the assist dialog and the `action` is defined as `assist`"
|
||||||
type: boolean
|
type: boolean
|
||||||
default: none
|
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 %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
## Double tap action
|
## 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`"
|
description: "If supported, listen for voice commands when opening the assist dialog and the `action` is defined as `assist`"
|
||||||
type: boolean
|
type: boolean
|
||||||
default: none
|
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 %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
## Options for confirmation
|
## Options for confirmation
|
||||||
|
Loading…
x
Reference in New Issue
Block a user