From e1bcbcae636295cb589dfb17124ede8c86aa667e Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Tue, 23 Apr 2024 11:42:55 +0200 Subject: [PATCH] Move related topics to meta data (#32429) --- .../start_assist_from_dashboard.markdown | 7 ------- .../troubleshooting_the_s3_box.markdown | 10 +++++----- .../voice_remote_cloud_assistant.markdown | 16 +++++++++------- .../voice_remote_expose_devices.markdown | 11 +++++------ .../voice_remote_local_assistant.markdown | 15 +++++++++------ .../worlds-most-private-voice-assistant.markdown | 16 +++++++++------- 6 files changed, 37 insertions(+), 38 deletions(-) diff --git a/source/voice_control/start_assist_from_dashboard.markdown b/source/voice_control/start_assist_from_dashboard.markdown index 42a6179dd7b..3d8ae69a33a 100644 --- a/source/voice_control/start_assist_from_dashboard.markdown +++ b/source/voice_control/start_assist_from_dashboard.markdown @@ -30,10 +30,3 @@ If you are using Home Assistant in kiosk mode, for example if you have a tablet 6. 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. - -## 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/) diff --git a/source/voice_control/troubleshooting_the_s3_box.markdown b/source/voice_control/troubleshooting_the_s3_box.markdown index 2c3b59e061f..4643b1866ea 100644 --- a/source/voice_control/troubleshooting_the_s3_box.markdown +++ b/source/voice_control/troubleshooting_the_s3_box.markdown @@ -1,5 +1,10 @@ --- title: "Troubleshooting the ESP32-S3-BOX-3" +related: +- docs: /voice_control/s3_box_voice_assistant/ + title: Creating a ESP32-S3-BOX-3 voice assistant +- url: https://esphome.io/projects/index.html + title: ESPHome projects website --- This section provides troubleshooting steps for the ESP32-S3-BOX-3 by Espressif. @@ -77,8 +82,3 @@ This message indicates that the device could connect to the Wi-Fi, but is unable ![ESP32-S3-BOX-3 open config file](/images/assist/esp32-s3-box-not-discovered.png) - Go to your router, find the IP address or hostname of your device, and enter it. - -## Related topics - -- [Creating a ESP32-S3-BOX-3 voice assistant](/voice_control/s3_box_voice_assistant/) -- [ESPHome projects website](https://esphome.io/projects/index.html) \ No newline at end of file diff --git a/source/voice_control/voice_remote_cloud_assistant.markdown b/source/voice_control/voice_remote_cloud_assistant.markdown index 8b3691e29cf..3e3ad801535 100644 --- a/source/voice_control/voice_remote_cloud_assistant.markdown +++ b/source/voice_control/voice_remote_cloud_assistant.markdown @@ -1,5 +1,14 @@ --- title: "Creating a cloud Assist pipeline" +related: +- docs: /voice_control/install_wake_word_add_on/ + title: Enabling a wake word +- docs: /voice_control/create_wake_word/ + title: Create your own wake word +- docs: /voice_control/voice_remote_cloud_assistant/ + title: Creating a Cloud assistant +- docs: /voice_control/voice_remote_expose_devices/ + title: Exposing devices to Assist --- In Home Assistant, the Assist pipelines are made up of various components that together form a voice assistant. @@ -42,10 +51,3 @@ To have the fastest processing voice assistant experience, follow these steps: 6. That's it. You can now speak to your device, and the device can answer in the language you defined. 7. If you haven't done so yet, [expose your devices to Assist](/voice_control/voice_remote_expose_devices/#exposing-your-devices). - Otherwise you won't be able to control them by voice. - -## Related topics - -- [Enable Home Assistant Cloud](https://www.nabucasa.com/config/) -- [Enabling a wake word](/voice_control/install_wake_word_add_on/) -- [Create your own wake word](/voice_control/create_wake_word/) -- [Expose your devices to Assist](/voice_control/voice_remote_expose_devices/#exposing-your-devices) diff --git a/source/voice_control/voice_remote_expose_devices.markdown b/source/voice_control/voice_remote_expose_devices.markdown index 41c7db07351..199038ba1ef 100644 --- a/source/voice_control/voice_remote_expose_devices.markdown +++ b/source/voice_control/voice_remote_expose_devices.markdown @@ -1,5 +1,10 @@ --- title: "Exposing devices" +related: +- docs: /voice_control/voice_remote_cloud_assistant/ + title: Creating a Cloud assistant +- docs: /voice_control/voice_remote_local_assistant/ + title: Creating a local assistant --- To be able to control your devices over a voice command, you must expose your entities to Assist. @@ -13,9 +18,3 @@ This is to avoid that sensitive devices, such as locks and garage doors, can ina 3. Select **Expose entities**. 1. Select all entities you want to be able to control by voice. ![Expose entities tab](/images/assist/assistant-expose-02.png) - - -## Related topics - -- [Local assistant pipeline](/voice_control/voice_remote_local_assistant/) -- [Cloud assistant pipeline](/voice_control/voice_remote_cloud_assistant/) \ No newline at end of file diff --git a/source/voice_control/voice_remote_local_assistant.markdown b/source/voice_control/voice_remote_local_assistant.markdown index caadd0f74a4..12036b8e3a8 100644 --- a/source/voice_control/voice_remote_local_assistant.markdown +++ b/source/voice_control/voice_remote_local_assistant.markdown @@ -1,5 +1,14 @@ --- title: "Installing a local Assist pipeline" +related: +- docs: /voice_control/voice_remote_expose_devices/#exposing-your-devices + title: Expose your devices to Assist +- docs: /voice_control/create_wake_word/ + title: Create your own wake words +- url: https://github.com/openai/whisper + title: Whisper for speech-to-text +- url: https://github.com/rhasspy/piper + title: Piper for text-to-speech --- In Home Assistant, the Assist pipelines are made up of various components that together form a voice assistant. @@ -69,9 +78,3 @@ View some of the options in the video below. Explained by Mike Hansen, creator o The options are also documented in the add-on itself. Go to the {% my supervisor_addon addon="core_whisper" title="**Whisper**" %} or the {% my supervisor_addon addon="core_piper" title="**Piper**" %} add-on and open the **Documentation** page. -## Related topics - -- [Create your own wake word](/voice_control/create_wake_word/) -- [Expose your devices to Assist](/voice_control/voice_remote_expose_devices/#exposing-your-devices) -- [Whisper for speech-to-text](https://github.com/openai/whisper) -- [Piper for text-to-speech](https://github.com/rhasspy/piper) diff --git a/source/voice_control/worlds-most-private-voice-assistant.markdown b/source/voice_control/worlds-most-private-voice-assistant.markdown index ac77ccc0b66..8558e13ffca 100644 --- a/source/voice_control/worlds-most-private-voice-assistant.markdown +++ b/source/voice_control/worlds-most-private-voice-assistant.markdown @@ -1,5 +1,14 @@ --- title: "World's most private voice assistant" +related: +- docs: /voice_control/voice_remote_cloud_assistant/ + title: Creating a Cloud assistant +- docs: /voice_control/voice_remote_local_assistant/ + title: Creating a local assistant +- url: https://amzn.to/40k7mRa + title: Grandstream HT801 +- url: https://www.nabucasa.com + title: Home Assistant Cloud --- This tutorial will guide you to turn your old landline phone into the @@ -125,10 +134,3 @@ The phone shown in the video by TheFes is a *Heemaf type 1955*, which was used b The phone used during creation of this tutorial is a 1953 [*Tischstation Mod.29 HF-TR* by Autophon AG](https://www.radiomuseum.org/r/autophon_tischstation_mod29_hf_tr.html). ![Analog phone Tischstation Mod.29 by Autophon AG](/images/assist/autophon-mod-29.jpg) - -## Related topics - -- [Grandstream HT801](https://amzn.to/40k7mRa) -- [Home Assistant Cloud](https://www.nabucasa.com) -- [Cloud assistant pipeline](/voice_control/voice_remote_cloud_assistant/) -- [Local assistant pipeline](/voice_control/voice_remote_local_assistant/) \ No newline at end of file