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 GitHub
parent 93a6335a2d
commit 0319f3a9af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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`"
type: boolean
default: none
entity_id:
entity:
required: false
description: "Overrides the default entity to show when the `action` is defined as `more-info`"
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`"
type: boolean
default: none
entity_id:
entity:
required: false
description: "Overrides the default entity to show when the `action` is defined as `more-info`"
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`"
type: boolean
default: none
entity_id:
entity:
required: false
description: "Overrides the default entity to show when the `action` is defined as `more-info`"
type: string