Use entity more info action (#35498)

* Use entity instead of entity_id for more info action

* Update other reference
This commit is contained in:
Paul Bottein 2024-10-31 13:38:01 +01:00 committed by Franck Nijhof
parent 271fd43a2c
commit e673833197
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3

View File

@ -101,7 +101,7 @@ 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: entity:
required: false required: false
description: "Overrides the default entity to show when the `action` is defined as `more-info`" description: "Overrides the default entity to show when the `action` is defined as `more-info`"
type: string type: string
@ -173,7 +173,7 @@ 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: entity:
required: false required: false
description: "Overrides the default entity to show when the `action` is defined as `more-info`" description: "Overrides the default entity to show when the `action` is defined as `more-info`"
type: string type: string
@ -245,7 +245,7 @@ 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: entity:
required: false required: false
description: "Overrides the default entity to show when the `action` is defined as `more-info`" description: "Overrides the default entity to show when the `action` is defined as `more-info`"
type: string type: string