VPE links as potential next steps after basic Assist setup (#36933)

* VPE related links

* VPE in sidebar

* Update docs_sitemap.html
This commit is contained in:
Laura 2025-01-15 16:40:42 +01:00 committed by GitHub
parent 0815c0c85c
commit a586302e16
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 33 additions and 16 deletions

View File

@ -279,5 +279,6 @@
<li><a href="https://green.home-assistant.io/">Home Assistant Green {% icon "tabler:external-link" %}</a></li>
<li><a href="https://yellow.home-assistant.io/">Home Assistant Yellow {% icon "tabler:external-link" %}</a></li>
<li><a href="https://connectzbt1.home-assistant.io/">Home Assistant Connect ZBT-1 {% icon "tabler:external-link" %}</a></li>
<li><a href="https://voice-pe.home-assistant.io/">Home Assistant Voice Preview Edition {% icon "tabler:external-link" %}</a></li>
</ul>
</li>

View File

@ -7,6 +7,8 @@ related:
title: Best practices with Assist
- url: https://companion.home-assistant.io/docs/getting_started/
title: Home Assistant Companion App
- url: https://voice-pe.home-assistant.io/
title: Voice Preview Edition
---
## Assist on Android phones

View File

@ -7,6 +7,8 @@ related:
title: Best practices with Assist
- url: https://companion.home-assistant.io/docs/getting_started/
title: Home Assistant Companion App
- url: https://voice-pe.home-assistant.io/
title: Voice Preview Edition
---
## Assist on iPhones

View File

@ -11,6 +11,8 @@ related:
title: Sentences starter kit
- url: https://www.nabucasa.com/config/
title: Home Assistant Cloud
- url: https://voice-pe.home-assistant.io/
title: Voice Preview Edition
---
There are a few things you should do to get the most out of the voice assistant experience.

View File

@ -7,6 +7,8 @@ related:
title: Custom sentences with Assist
- url: https://www.nabucasa.com/config/
title: Home Assistant Cloud
- url: https://voice-pe.home-assistant.io/
title: Voice Preview Edition
---
Once you have completed the steps in the [Best practices](/voice_control/best_practices/), you have your bases covered and are ready to use Assist. This section provides some ideas on how to expand your setup for more advanced use cases.

View File

@ -11,6 +11,8 @@ related:
title: Best practices with Assist
- url: https://www.nabucasa.com/config/assist/
title: Home Assistant Cloud
- url: https://voice-pe.home-assistant.io/
title: Voice Preview Edition
---
This section will help you set up Assist, which is Home Assistant voice assistant.

View File

@ -1,16 +1,16 @@
---
title: "Getting Started - Home Assistant Cloud"
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/best_practices/
title: Best practices with Assist
- docs: /voice_control/expanding_assist/
title: Expanding Assist
- docs: /voice_control/voice_remote_local_assistant/
title: Creating a local assistant
- docs: /voice_control/voice_remote_expose_devices/
title: Exposing devices to Assist
- docs: /voice_control/best_practices/
title: Best practices with Assist
- url: https://voice-pe.home-assistant.io/documentation/
title: Voice Preview Edition - Documentation
---
Before being able to use Assist, you need to configure it.
@ -48,4 +48,8 @@ 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.
Once Assist is configured, now can now start using it. Check this page to learn how:
## Next steps
Once Assist is configured, now can now start using it. You can now talk through your device ([Android](/voice_control/android/), [iOS](/voice_control/apple/) or [Voice Preview edition](https://voice-pe.home-assistant.io/getting-started/)).
To get the best out of the voice interaction, don't forget to check the [best practices](/voice_control/best_practices/).

View File

@ -1,16 +1,16 @@
---
title: "Getting started - Local"
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
- docs: /voice_control/best_practices/
title: Best practices with Assist
- docs: /voice_control/expanding_assist/
title: Expanding Assist
- docs: /voice_control/voice_remote_local_assistant/
title: Creating a local assistant
- docs: /voice_control/voice_remote_expose_devices/
title: Exposing devices to Assist
- url: https://voice-pe.home-assistant.io/documentation/
title: Voice Preview Edition - Documentation
---
The simplest and most effective way to use Assist is to leverage the voice providers (for speech-to-text and text-to-speech) included in [Home Assistant Cloud](/voice_control/voice_remote_cloud_assistant/)
@ -95,4 +95,6 @@ The options are also documented in the add-on itself. Go to the {% my supervisor
Also be sure to check the specific tutorial for [using Piper in Automations](voice_control/using_tts_in_automation/)
## Next steps
Once the pipeline is configured, you are ready to jump into the basic conversation setup in Best Practices
Once Assist is configured, now can now start using it. You can now talk through your device ([Android](/voice_control/android/), [iOS](/voice_control/apple/) or [Voice Preview edition](https://voice-pe.home-assistant.io/getting-started/)).
To get the best out of the voice interaction, don't forget to check the [best practices](/voice_control/best_practices/).