From c5812709f91e02ace5db17f2c7c0a936f6346cb2 Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Wed, 29 May 2024 11:10:39 +0200 Subject: [PATCH] Assist button on dashboard: remove ambiguity in step (#32993) - addresses feedback from https://github.com/home-assistant/home-assistant.io/issues/32977 --- .../start_assist_from_dashboard.markdown | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/source/voice_control/start_assist_from_dashboard.markdown b/source/voice_control/start_assist_from_dashboard.markdown index 92db86f8442..0a3f7746975 100644 --- a/source/voice_control/start_assist_from_dashboard.markdown +++ b/source/voice_control/start_assist_from_dashboard.markdown @@ -21,12 +21,13 @@ If you are using Home Assistant in kiosk mode, for example if you have a tablet ## To add an Assist button to the dashboard 1. On your dashboard, select **Add card** and select the **Button** card. -2. Clear the **Entity** field and give the card a name, such as *Assist - listen*. -3. Select an icon, such as `mdi:account-tie-voice`. -4. From the **Action** dropdown menu, select **Assist**. -5. From the **Assist** dropdown menu, select the assistant you want to use, for example **Home Assistant Cloud**. +2. Clear the **Entity** field. +3. Give the card a name, such as *Assist - listen*. +4. Select an icon, such as `mdi:account-tie-voice`. +5. From the **Action** dropdown menu, select **Assist**. +6. From the **Assist** dropdown menu, select the assistant you want to use, for example **Home Assistant Cloud**. - You can use any assistant you have previously set up. - If you have assistants in different languages, you can add a button for each of these languages. -6. If you are using Assist with your voice, enable **Start listening**. +7. If you are using Assist with your voice, enable **Start listening**. - If you don't want to use voice but just want to type, you do not need to enable listening. -7. **Save** your new button card. +8. **Save** your new button card.