mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 13:26:54 +00:00
Use entity more info action (#35498)
* Use entity instead of entity_id for more info action * Update other reference
This commit is contained in:
parent
93a6335a2d
commit
0319f3a9af
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user