diff --git a/source/voice_control/start_assist_from_dashboard.markdown b/source/voice_control/start_assist_from_dashboard.markdown index f31b3b6f3c5..ec79fbe26f2 100644 --- a/source/voice_control/start_assist_from_dashboard.markdown +++ b/source/voice_control/start_assist_from_dashboard.markdown @@ -4,6 +4,11 @@ title: "Starting Assist from your dashboard" If you are using Home Assistant in kiosk mode, for example if you have a tablet mounted on the wall, the Assist icon in the top right corner is not accessible. In this case, use a dashboard button to start Assist. +## Prerequisites + +- You have a [local assistant](/voice_control/voice_remote_local_assistant/) or a [Cloud assistant](/voice_control/voice_remote_cloud_assistant/) set up. +- You have the devices you want to control via Assist [exposed to Assist](/voice_control/voice_remote_expose_devices/). + ## To add an Assist button to the dashboard 1. On your dashboard, select **Add card** and select the **Button** card. @@ -20,3 +25,6 @@ If you are using Home Assistant in kiosk mode, for example if you have a tablet ## Related topics - [Assist for Android](/voice_control/android/) +- [Creating a local assistant](/voice_control/voice_remote_local_assistant/) +- [Creating a Cloud assistant](/voice_control/voice_remote_cloud_assistant/) +- [Exposing devices to Assist](/voice_control/voice_remote_expose_devices/)