Skip to content

Commit

Permalink
Update actions.markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
karwosts authored Oct 9, 2024
1 parent 1bbb8d7 commit cec159d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions source/dashboards/actions.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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 when the `action` is defined as `more-info`"
type: string
default: none
{% endconfiguration %}

## Hold action
Expand Down Expand Up @@ -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 when the `action` is defined as `more-info`"
type: string
default: none
{% endconfiguration %}

## Double tap action
Expand Down Expand Up @@ -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 when the `action` is defined as `more-info`"
type: string
default: none
{% endconfiguration %}

## Options for confirmation
Expand Down

0 comments on commit cec159d

Please sign in to comment.