mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
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:
parent
0815c0c85c
commit
a586302e16
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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/).
|
||||
|
@ -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/).
|
||||
|
Loading…
x
Reference in New Issue
Block a user