From e67383319715d323d6d9f5730ac5f98bdf97c9ac Mon Sep 17 00:00:00 2001 From: Paul Bottein Date: Thu, 31 Oct 2024 13:38:01 +0100 Subject: [PATCH] Use entity more info action (#35498) * Use entity instead of entity_id for more info action * Update other reference --- source/dashboards/actions.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/dashboards/actions.markdown b/source/dashboards/actions.markdown index 8a9fbd8ae53..6b828e408dc 100644 --- a/source/dashboards/actions.markdown +++ b/source/dashboards/actions.markdown @@ -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