mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 00:36:49 +00:00
Voice: fix markdown in related meta data section (#32434)
* Voice: fix markdown in related meta data section * Fix indents * Fix indents * Fix indents
This commit is contained in:
parent
980996f0f5
commit
4a96b3b401
@ -1,14 +1,14 @@
|
||||
---
|
||||
title: "About wake words"
|
||||
related:
|
||||
- docs: /voice_control/thirteen-usd-voice-remote/
|
||||
title: Create a $13 voice assistant
|
||||
- docs: /voice_control/install_wake_word_add_on/
|
||||
title: Enable wake words
|
||||
- docs: /voice_control/create_wake_word/
|
||||
title: Create your own wake words
|
||||
- docs: /voice_control/voice_remote_cloud_assistant/)
|
||||
title: Create a cloud assistant
|
||||
- docs: /voice_control/thirteen-usd-voice-remote/
|
||||
title: Create a $13 voice assistant
|
||||
- docs: /voice_control/install_wake_word_add_on/
|
||||
title: Enable wake words
|
||||
- docs: /voice_control/create_wake_word/
|
||||
title: Create your own wake words
|
||||
- docs: /voice_control/voice_remote_cloud_assistant/)
|
||||
title: Create a cloud assistant
|
||||
---
|
||||
|
||||
Wake words are special words or phrases that tell a voice assistant that a command is about to be spoken. The device then switches from passive to active listening. Examples are: *Hey Google*, *Hey Siri*, or *Alexa*. Home Assistant supports its own wake words, such as *Hey Nabu*.
|
||||
|
@ -1,12 +1,12 @@
|
||||
---
|
||||
title: "Assist - entity, area, and floor aliases"
|
||||
related:
|
||||
- docs: /docs/organizing/areas/
|
||||
title: Areas
|
||||
- docs: /docs/organizing/floors/
|
||||
title: Floors
|
||||
- docs: /voice_control/custom_sentences/
|
||||
title: Assist - custom sentences
|
||||
- docs: /docs/organizing/areas/
|
||||
title: Areas
|
||||
- docs: /docs/organizing/floors/
|
||||
title: Floors
|
||||
- docs: /voice_control/custom_sentences/
|
||||
title: Assist - custom sentences
|
||||
---
|
||||
|
||||
Assist will use the names of your entities, areas and floors, as well as any aliases you've configured. The configured aliases are not only used by Assist, but can also be used by Google Assistant, if you have set that up.
|
||||
|
@ -1,12 +1,12 @@
|
||||
---
|
||||
title: "Assist on Android"
|
||||
related:
|
||||
- docs: /voice_control/voice_remote_expose_devices/
|
||||
title: Exposing devices to Assist
|
||||
- docs: /voice_control/start_assist_from_dashboard/
|
||||
title: Starting Assist from your dashboard
|
||||
- url: https://companion.home-assistant.io/docs/getting_started/
|
||||
title: Home Assistant Companion App
|
||||
- docs: /voice_control/voice_remote_expose_devices/
|
||||
title: Exposing devices to Assist
|
||||
- docs: /voice_control/start_assist_from_dashboard/
|
||||
title: Starting Assist from your dashboard
|
||||
- url: https://companion.home-assistant.io/docs/getting_started/
|
||||
title: Home Assistant Companion App
|
||||
---
|
||||
|
||||
## Assist on Android phones
|
||||
|
@ -1,12 +1,12 @@
|
||||
---
|
||||
title: "Create a personality with OpenAI"
|
||||
related:
|
||||
- docs: /voice_control/voice_remote_cloud_assistant/
|
||||
title: Cloud assistant pipeline
|
||||
- docs: /voice_control/voice_remote_local_assistant/
|
||||
title: Local assistant pipeline
|
||||
- url: https://www.nabucasa.com
|
||||
title: Home Assistant Cloud
|
||||
- docs: /voice_control/voice_remote_cloud_assistant/
|
||||
title: Cloud assistant pipeline
|
||||
- docs: /voice_control/voice_remote_local_assistant/
|
||||
title: Local assistant pipeline
|
||||
- url: https://www.nabucasa.com
|
||||
title: Home Assistant Cloud
|
||||
---
|
||||
|
||||
You can give your voice assistant personality by using OpenAI. This requires an OpenAI account. For what we do in this tutorial, the free trial option is sufficient. No need to leave your credit card information.
|
||||
|
@ -1,16 +1,16 @@
|
||||
---
|
||||
title: "Daily summary by Assist"
|
||||
related:
|
||||
- docs: /voice_control/voice_remote_local_assistant/
|
||||
title: Local assistant pipeline
|
||||
- docs: /integrations/local_calendar/
|
||||
title: Local calendar
|
||||
- docs: /integrations/telegram/#setup-example
|
||||
title: Telegram notification
|
||||
- docs: /voice_control/assist_create_open_ai_personality/
|
||||
title: Telegram notification
|
||||
- url: https://www.nabucasa.com
|
||||
title: Home Assistant Cloud
|
||||
- docs: /voice_control/voice_remote_local_assistant/
|
||||
title: Local assistant pipeline
|
||||
- docs: /integrations/local_calendar/
|
||||
title: Local calendar
|
||||
- docs: /integrations/telegram/#setup-example
|
||||
title: Telegram notification
|
||||
- docs: /voice_control/assist_create_open_ai_personality/
|
||||
title: Telegram notification
|
||||
- url: https://www.nabucasa.com
|
||||
title: Home Assistant Cloud
|
||||
---
|
||||
|
||||
In this tutorial, we are creating an automation that has Assist send you a daily summary. Assist will tell you about the weather and your calendar events today. It will also send you the summary to your messenger.
|
||||
|
@ -1,20 +1,20 @@
|
||||
---
|
||||
title: "Assist - default sentences"
|
||||
related:
|
||||
- docs: /voice_control/aliases/
|
||||
title: Create aliases
|
||||
- docs: /voice_control/custom_sentences/
|
||||
title: Create your own sentences
|
||||
- docs: /voice_control/troubleshooting/
|
||||
title: Sentence troubleshooting
|
||||
- url: https://github.com/home-assistant/intents/tree/main/sentences
|
||||
title: Built-in sentence definitions
|
||||
- url: https://github.com/home-assistant/intents/tree/main/responses
|
||||
title: Built-in response definitions
|
||||
- url: https://developers.home-assistant.io/docs/voice/intent-recognition/template-sentence-syntax/
|
||||
title: Template sentence syntax documentation
|
||||
- url: https://github.com/home-assistant/intents/tree/main/sentences
|
||||
title: Sentence test cases
|
||||
- docs: /voice_control/aliases/
|
||||
title: Create aliases
|
||||
- docs: /voice_control/custom_sentences/
|
||||
title: Create your own sentences
|
||||
- docs: /voice_control/troubleshooting/
|
||||
title: Sentence troubleshooting
|
||||
- url: https://github.com/home-assistant/intents/tree/main/sentences
|
||||
title: Built-in sentence definitions
|
||||
- url: https://github.com/home-assistant/intents/tree/main/responses
|
||||
title: Built-in response definitions
|
||||
- url: https://developers.home-assistant.io/docs/voice/intent-recognition/template-sentence-syntax/
|
||||
title: Template sentence syntax documentation
|
||||
- url: https://github.com/home-assistant/intents/tree/main/sentences
|
||||
title: Sentence test cases
|
||||
---
|
||||
|
||||
Home Assistant comes with [built-in sentences](https://github.com/home-assistant/intents/tree/main/sentences) contributed by the community for [dozens of languages](https://developers.home-assistant.io/docs/voice/intent-recognition/supported-languages).
|
||||
|
@ -1,16 +1,16 @@
|
||||
---
|
||||
title: "Create your own wake word"
|
||||
related:
|
||||
- docs: /voice_control/thirteen-usd-voice-remote/
|
||||
title: $13 voice assistant for Home Assistant
|
||||
- docs: /voice_control/custom_sentences/
|
||||
title: Installing the Samba add-on
|
||||
- docs: /voice_control/about_wake_word/
|
||||
title: About wake words
|
||||
- url: https://colab.research.google.com/drive/1q1oe2zOyZp7UsB3jJiQ1IFn8z5YfjwEb?usp=sharing#scrollTo=1cbqBebHXjFD
|
||||
title: Wake word training environment
|
||||
- url: https://github.com/dscripka/openWakeWord
|
||||
title: Wake word training environment
|
||||
- docs: /voice_control/thirteen-usd-voice-remote/
|
||||
title: $13 voice assistant for Home Assistant
|
||||
- docs: /voice_control/custom_sentences/
|
||||
title: Installing the Samba add-on
|
||||
- docs: /voice_control/about_wake_word/
|
||||
title: About wake words
|
||||
- url: https://colab.research.google.com/drive/1q1oe2zOyZp7UsB3jJiQ1IFn8z5YfjwEb?usp=sharing#scrollTo=1cbqBebHXjFD
|
||||
title: Wake word training environment
|
||||
- url: https://github.com/dscripka/openWakeWord
|
||||
title: Wake word training environment
|
||||
---
|
||||
|
||||
You can now create your own wake word to use with Home Assistant. The procedure below will guide you to train a model. The model is trained using voice clips generated by our local neural text-to-speech system [Piper](https://github.com/rhasspy/piper).
|
||||
|
@ -1,16 +1,16 @@
|
||||
---
|
||||
title: "Assist - custom sentences"
|
||||
related:
|
||||
- docs: /voice_control/aliases/
|
||||
title: Create aliases
|
||||
- docs: /docs/scripts/#respond-to-a-conversation/
|
||||
title: Conversation response script action
|
||||
- docs: /docs/automation/trigger/#sentence-trigger
|
||||
title: Sentence triggers
|
||||
- docs: /docs/automation/trigger/#sentence-wildcards
|
||||
title: Sentence wildcards
|
||||
- url: https://developers.home-assistant.io/docs/intent_builtin/
|
||||
title: View existing intents
|
||||
- docs: /voice_control/aliases/
|
||||
title: Create aliases
|
||||
- docs: /docs/scripts/#respond-to-a-conversation/
|
||||
title: Conversation response script action
|
||||
- docs: /docs/automation/trigger/#sentence-trigger
|
||||
title: Sentence triggers
|
||||
- docs: /docs/automation/trigger/#sentence-wildcards
|
||||
title: Sentence wildcards
|
||||
- url: https://developers.home-assistant.io/docs/intent_builtin/
|
||||
title: View existing intents
|
||||
---
|
||||
|
||||
You may add your own sentences to the intent recognizer by either extending an [existing intent](https://developers.home-assistant.io/docs/intent_builtin/) or creating a new one. You may also [customize responses](#customizing-responses) for existing intents.
|
||||
|
@ -1,24 +1,24 @@
|
||||
---
|
||||
title: Assist - Talking to Home Assistant
|
||||
related:
|
||||
- docs: /voice_control/android
|
||||
title: Assist on Android
|
||||
- docs: /voice_control/android/#assist-on-wear-os
|
||||
title: Assist on Wear OS
|
||||
- docs: /voice_control/apple
|
||||
title: Siri and Assist shortcuts
|
||||
- docs: /voice_control/start_assist_from_dashboard/
|
||||
title: Assist dashboard button
|
||||
- docs: /voice_control/thirteen-usd-voice-remote/
|
||||
title: Build a 13$ voice remote using an ESPHome device
|
||||
- docs: /voice_control/install_wake_word_add_on
|
||||
title: Enable a wake word
|
||||
- docs: /voice_control/create_wake_word/
|
||||
title: Create your own wake words
|
||||
- docs: /voice_control/builtin_sentences
|
||||
title: Built-in sentences
|
||||
- url: https://www.nabucasa.com/config/
|
||||
title: Home Assistant Cloud
|
||||
- docs: /voice_control/android
|
||||
title: Assist on Android
|
||||
- docs: /voice_control/android/#assist-on-wear-os
|
||||
title: Assist on Wear OS
|
||||
- docs: /voice_control/apple
|
||||
title: Siri and Assist shortcuts
|
||||
- docs: /voice_control/start_assist_from_dashboard/
|
||||
title: Assist dashboard button
|
||||
- docs: /voice_control/thirteen-usd-voice-remote/
|
||||
title: Build a 13$ voice remote using an ESPHome device
|
||||
- docs: /voice_control/install_wake_word_add_on
|
||||
title: Enable a wake word
|
||||
- docs: /voice_control/create_wake_word/
|
||||
title: Create your own wake words
|
||||
- docs: /voice_control/builtin_sentences
|
||||
title: Built-in sentences
|
||||
- url: https://www.nabucasa.com/config/
|
||||
title: Home Assistant Cloud
|
||||
---
|
||||
|
||||
<img src='/images/assist/assist-logo.png' class='no-shadow' alt='Assist logo' style='width: 150px; float: right'>
|
||||
|
@ -3,22 +3,22 @@ title: "Customize the S3-BOX-3"
|
||||
product_name: ESP32-S3-BOX-3
|
||||
device_name_entry: ESP32-S3-BOX-3
|
||||
related:
|
||||
- docs: /voice_control/voice_remote_cloud_assistant/
|
||||
title: Home Assistant Cloud
|
||||
- docs: /voice_control/voice_remote_local_assistant
|
||||
title: Assist Pipeline
|
||||
- docs: /voice_control/s3_box_voice_assistant/
|
||||
title: ESP32-S3-BOX-3 voice assistant
|
||||
- docs: /voice_control/troubleshooting/
|
||||
title: General troubleshooting section for Assist
|
||||
- docs: /voice_control/troubleshooting_the_s3_box/
|
||||
title: Troubleshooting the ESP32-S3-BOX-3
|
||||
- docs: /common-tasks/os/#configuring-access-to-files
|
||||
title: Access to your configuration files
|
||||
- url: https://github.com/jlpouffier/home-assistant-s3-box-community-illustrations/tree/main
|
||||
title: Community image repository
|
||||
- url: https://github.com/kahrendt/microWakeWord
|
||||
title: microWakeWord
|
||||
- docs: /voice_control/voice_remote_cloud_assistant/
|
||||
title: Home Assistant Cloud
|
||||
- docs: /voice_control/voice_remote_local_assistant
|
||||
title: Assist Pipeline
|
||||
- docs: /voice_control/s3_box_voice_assistant/
|
||||
title: ESP32-S3-BOX-3 voice assistant
|
||||
- docs: /voice_control/troubleshooting/
|
||||
title: General troubleshooting section for Assist
|
||||
- docs: /voice_control/troubleshooting_the_s3_box/
|
||||
title: Troubleshooting the ESP32-S3-BOX-3
|
||||
- docs: /common-tasks/os/#configuring-access-to-files
|
||||
title: Access to your configuration files
|
||||
- url: https://github.com/jlpouffier/home-assistant-s3-box-community-illustrations/tree/main
|
||||
title: Community image repository
|
||||
- url: https://github.com/kahrendt/microWakeWord
|
||||
title: microWakeWord
|
||||
---
|
||||
|
||||
## Customize the S3-BOX-3 with your own illustrations
|
||||
|
@ -4,16 +4,16 @@ product_name: ESP32-S3-BOX
|
||||
device_name_entry: ESP32-S3-BOX
|
||||
config_link: /voice_control/s3_box_voice_assistant/#to-delete-the-configuration-from-esphome
|
||||
related:
|
||||
- docs: /voice_control/troubleshooting/
|
||||
title: General troubleshooting section for Assist
|
||||
- docs: /voice_control/troubleshooting_the_s3_box/
|
||||
title: Troubleshooting the ESP32-S3-BOX-3
|
||||
- docs: /common-tasks/os/#configuring-access-to-files
|
||||
title: Access to your configuration files
|
||||
- docs: /voice_control/s3-box-customize/#customizing-on-device-wake-words-microwakeword
|
||||
title: Customizing the S3-BOX with on-device wake words
|
||||
- url: https://esphome.io/projects/index.html
|
||||
title: ESPHome projects page
|
||||
- docs: /voice_control/troubleshooting/
|
||||
title: General troubleshooting section for Assist
|
||||
- docs: /voice_control/troubleshooting_the_s3_box/
|
||||
title: Troubleshooting the ESP32-S3-BOX-3
|
||||
- docs: /common-tasks/os/#configuring-access-to-files
|
||||
title: Access to your configuration files
|
||||
- docs: /voice_control/s3-box-customize/#customizing-on-device-wake-words-microwakeword
|
||||
title: Customizing the S3-BOX with on-device wake words
|
||||
- url: https://esphome.io/projects/index.html
|
||||
title: ESPHome projects page
|
||||
---
|
||||
|
||||
This tutorial will guide you to turn an ESP32-S3-BOX, ESP32-S3-BOX-3, or an ESP32-S3-BOX-Light into a Home Assistant voice assistant. Note, the term ESP32-S3-BOX is used to refer to any of the 3 product variants.
|
||||
|
@ -1,14 +1,14 @@
|
||||
---
|
||||
title: "Starting Assist from your dashboard"
|
||||
related:
|
||||
- docs: /voice_control/android/
|
||||
title: Assist for Android
|
||||
- docs: /voice_control/voice_remote_local_assistant/
|
||||
title: Creating a local assistant
|
||||
- docs: /voice_control/voice_remote_cloud_assistant/
|
||||
title: Creating a Cloud assistant
|
||||
- docs: /voice_control/voice_remote_expose_devices/
|
||||
title: Exposing devices to Assist
|
||||
- docs: /voice_control/android/
|
||||
title: Assist for Android
|
||||
- docs: /voice_control/voice_remote_local_assistant/
|
||||
title: Creating a local assistant
|
||||
- docs: /voice_control/voice_remote_cloud_assistant/
|
||||
title: Creating a Cloud assistant
|
||||
- docs: /voice_control/voice_remote_expose_devices/
|
||||
title: Exposing devices to Assist
|
||||
---
|
||||
|
||||
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.
|
||||
|
@ -4,20 +4,20 @@ product_name: ATOM Echo
|
||||
device_name_entry: M5Stack Atom Echo a61920
|
||||
config_link: /voice_control/thirteen-usd-voice-remote/#to-delete-the-atom-echo-configuration-from-esphome
|
||||
related:
|
||||
- docs: /voice_control/install_wake_word_add_on/
|
||||
title: Enable a wake word
|
||||
- docs: /voice_control/create_wake_word/
|
||||
title: Create your own wake words
|
||||
- docs: /voice_control/voice_remote_cloud_assistant/
|
||||
title: Creating a Cloud assistant
|
||||
- docs: /voice_control/troubleshooting/
|
||||
title: General troubleshooting section for Assist
|
||||
- docs: /voice_control/voice_remote_local_assistant
|
||||
title: Manually configured Assist pipeline
|
||||
- docs: /voice_control/custom_sentences/
|
||||
title: Using a sentence trigger
|
||||
- docs: /common-tasks/os/#configuring-access-to-files
|
||||
title: Access to your configuration files
|
||||
- docs: /voice_control/install_wake_word_add_on/
|
||||
title: Enable a wake word
|
||||
- docs: /voice_control/create_wake_word/
|
||||
title: Create your own wake words
|
||||
- docs: /voice_control/voice_remote_cloud_assistant/
|
||||
title: Creating a Cloud assistant
|
||||
- docs: /voice_control/troubleshooting/
|
||||
title: General troubleshooting section for Assist
|
||||
- docs: /voice_control/voice_remote_local_assistant
|
||||
title: Manually configured Assist pipeline
|
||||
- docs: /voice_control/custom_sentences/
|
||||
title: Using a sentence trigger
|
||||
- docs: /common-tasks/os/#configuring-access-to-files
|
||||
title: Access to your configuration files
|
||||
---
|
||||
|
||||
This tutorial will guide you to turn an ATOM Echo into the
|
||||
|
@ -1,10 +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
|
||||
- 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.
|
||||
|
@ -1,14 +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
|
||||
- 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.
|
||||
|
@ -1,10 +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
|
||||
- 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.
|
||||
|
@ -1,14 +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
|
||||
- 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.
|
||||
|
@ -1,14 +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
|
||||
- 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user