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:
c0ffeeca7 2024-04-23 15:00:08 +02:00 committed by GitHub
parent 980996f0f5
commit 4a96b3b401
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
18 changed files with 168 additions and 168 deletions

View File

@ -1,14 +1,14 @@
--- ---
title: "About wake words" title: "About wake words"
related: related:
- docs: /voice_control/thirteen-usd-voice-remote/ - docs: /voice_control/thirteen-usd-voice-remote/
title: Create a $13 voice assistant title: Create a $13 voice assistant
- docs: /voice_control/install_wake_word_add_on/ - docs: /voice_control/install_wake_word_add_on/
title: Enable wake words title: Enable wake words
- docs: /voice_control/create_wake_word/ - docs: /voice_control/create_wake_word/
title: Create your own wake words title: Create your own wake words
- docs: /voice_control/voice_remote_cloud_assistant/) - docs: /voice_control/voice_remote_cloud_assistant/)
title: Create a 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*. 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*.

View File

@ -1,12 +1,12 @@
--- ---
title: "Assist - entity, area, and floor aliases" title: "Assist - entity, area, and floor aliases"
related: related:
- docs: /docs/organizing/areas/ - docs: /docs/organizing/areas/
title: Areas title: Areas
- docs: /docs/organizing/floors/ - docs: /docs/organizing/floors/
title: Floors title: Floors
- docs: /voice_control/custom_sentences/ - docs: /voice_control/custom_sentences/
title: Assist - 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. 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.

View File

@ -1,12 +1,12 @@
--- ---
title: "Assist on Android" title: "Assist on Android"
related: related:
- docs: /voice_control/voice_remote_expose_devices/ - docs: /voice_control/voice_remote_expose_devices/
title: Exposing devices to Assist title: Exposing devices to Assist
- docs: /voice_control/start_assist_from_dashboard/ - docs: /voice_control/start_assist_from_dashboard/
title: Starting Assist from your dashboard title: Starting Assist from your dashboard
- url: https://companion.home-assistant.io/docs/getting_started/ - url: https://companion.home-assistant.io/docs/getting_started/
title: Home Assistant Companion App title: Home Assistant Companion App
--- ---
## Assist on Android phones ## Assist on Android phones

View File

@ -1,12 +1,12 @@
--- ---
title: "Create a personality with OpenAI" title: "Create a personality with OpenAI"
related: related:
- docs: /voice_control/voice_remote_cloud_assistant/ - docs: /voice_control/voice_remote_cloud_assistant/
title: Cloud assistant pipeline title: Cloud assistant pipeline
- docs: /voice_control/voice_remote_local_assistant/ - docs: /voice_control/voice_remote_local_assistant/
title: Local assistant pipeline title: Local assistant pipeline
- url: https://www.nabucasa.com - url: https://www.nabucasa.com
title: Home Assistant Cloud 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. 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.

View File

@ -1,16 +1,16 @@
--- ---
title: "Daily summary by Assist" title: "Daily summary by Assist"
related: related:
- docs: /voice_control/voice_remote_local_assistant/ - docs: /voice_control/voice_remote_local_assistant/
title: Local assistant pipeline title: Local assistant pipeline
- docs: /integrations/local_calendar/ - docs: /integrations/local_calendar/
title: Local calendar title: Local calendar
- docs: /integrations/telegram/#setup-example - docs: /integrations/telegram/#setup-example
title: Telegram notification title: Telegram notification
- docs: /voice_control/assist_create_open_ai_personality/ - docs: /voice_control/assist_create_open_ai_personality/
title: Telegram notification title: Telegram notification
- url: https://www.nabucasa.com - url: https://www.nabucasa.com
title: Home Assistant Cloud 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. 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.

View File

@ -1,20 +1,20 @@
--- ---
title: "Assist - default sentences" title: "Assist - default sentences"
related: related:
- docs: /voice_control/aliases/ - docs: /voice_control/aliases/
title: Create aliases title: Create aliases
- docs: /voice_control/custom_sentences/ - docs: /voice_control/custom_sentences/
title: Create your own sentences title: Create your own sentences
- docs: /voice_control/troubleshooting/ - docs: /voice_control/troubleshooting/
title: Sentence troubleshooting title: Sentence troubleshooting
- url: https://github.com/home-assistant/intents/tree/main/sentences - url: https://github.com/home-assistant/intents/tree/main/sentences
title: Built-in sentence definitions title: Built-in sentence definitions
- url: https://github.com/home-assistant/intents/tree/main/responses - url: https://github.com/home-assistant/intents/tree/main/responses
title: Built-in response definitions title: Built-in response definitions
- url: https://developers.home-assistant.io/docs/voice/intent-recognition/template-sentence-syntax/ - url: https://developers.home-assistant.io/docs/voice/intent-recognition/template-sentence-syntax/
title: Template sentence syntax documentation title: Template sentence syntax documentation
- url: https://github.com/home-assistant/intents/tree/main/sentences - url: https://github.com/home-assistant/intents/tree/main/sentences
title: Sentence test cases 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). 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).

View File

@ -1,16 +1,16 @@
--- ---
title: "Create your own wake word" title: "Create your own wake word"
related: related:
- docs: /voice_control/thirteen-usd-voice-remote/ - docs: /voice_control/thirteen-usd-voice-remote/
title: $13 voice assistant for Home Assistant title: $13 voice assistant for Home Assistant
- docs: /voice_control/custom_sentences/ - docs: /voice_control/custom_sentences/
title: Installing the Samba add-on title: Installing the Samba add-on
- docs: /voice_control/about_wake_word/ - docs: /voice_control/about_wake_word/
title: About wake words title: About wake words
- url: https://colab.research.google.com/drive/1q1oe2zOyZp7UsB3jJiQ1IFn8z5YfjwEb?usp=sharing#scrollTo=1cbqBebHXjFD - url: https://colab.research.google.com/drive/1q1oe2zOyZp7UsB3jJiQ1IFn8z5YfjwEb?usp=sharing#scrollTo=1cbqBebHXjFD
title: Wake word training environment title: Wake word training environment
- url: https://github.com/dscripka/openWakeWord - url: https://github.com/dscripka/openWakeWord
title: Wake word training environment 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). 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).

View File

@ -1,16 +1,16 @@
--- ---
title: "Assist - custom sentences" title: "Assist - custom sentences"
related: related:
- docs: /voice_control/aliases/ - docs: /voice_control/aliases/
title: Create aliases title: Create aliases
- docs: /docs/scripts/#respond-to-a-conversation/ - docs: /docs/scripts/#respond-to-a-conversation/
title: Conversation response script action title: Conversation response script action
- docs: /docs/automation/trigger/#sentence-trigger - docs: /docs/automation/trigger/#sentence-trigger
title: Sentence triggers title: Sentence triggers
- docs: /docs/automation/trigger/#sentence-wildcards - docs: /docs/automation/trigger/#sentence-wildcards
title: Sentence wildcards title: Sentence wildcards
- url: https://developers.home-assistant.io/docs/intent_builtin/ - url: https://developers.home-assistant.io/docs/intent_builtin/
title: View existing intents 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. 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.

View File

@ -1,24 +1,24 @@
--- ---
title: Assist - Talking to Home Assistant title: Assist - Talking to Home Assistant
related: related:
- docs: /voice_control/android - docs: /voice_control/android
title: Assist on Android title: Assist on Android
- docs: /voice_control/android/#assist-on-wear-os - docs: /voice_control/android/#assist-on-wear-os
title: Assist on Wear OS title: Assist on Wear OS
- docs: /voice_control/apple - docs: /voice_control/apple
title: Siri and Assist shortcuts title: Siri and Assist shortcuts
- docs: /voice_control/start_assist_from_dashboard/ - docs: /voice_control/start_assist_from_dashboard/
title: Assist dashboard button title: Assist dashboard button
- docs: /voice_control/thirteen-usd-voice-remote/ - docs: /voice_control/thirteen-usd-voice-remote/
title: Build a 13$ voice remote using an ESPHome device title: Build a 13$ voice remote using an ESPHome device
- docs: /voice_control/install_wake_word_add_on - docs: /voice_control/install_wake_word_add_on
title: Enable a wake word title: Enable a wake word
- docs: /voice_control/create_wake_word/ - docs: /voice_control/create_wake_word/
title: Create your own wake words title: Create your own wake words
- docs: /voice_control/builtin_sentences - docs: /voice_control/builtin_sentences
title: Built-in sentences title: Built-in sentences
- url: https://www.nabucasa.com/config/ - url: https://www.nabucasa.com/config/
title: Home Assistant Cloud title: Home Assistant Cloud
--- ---
<img src='/images/assist/assist-logo.png' class='no-shadow' alt='Assist logo' style='width: 150px; float: right'> <img src='/images/assist/assist-logo.png' class='no-shadow' alt='Assist logo' style='width: 150px; float: right'>

View File

@ -3,22 +3,22 @@ title: "Customize the S3-BOX-3"
product_name: ESP32-S3-BOX-3 product_name: ESP32-S3-BOX-3
device_name_entry: ESP32-S3-BOX-3 device_name_entry: ESP32-S3-BOX-3
related: related:
- docs: /voice_control/voice_remote_cloud_assistant/ - docs: /voice_control/voice_remote_cloud_assistant/
title: Home Assistant Cloud title: Home Assistant Cloud
- docs: /voice_control/voice_remote_local_assistant - docs: /voice_control/voice_remote_local_assistant
title: Assist Pipeline title: Assist Pipeline
- docs: /voice_control/s3_box_voice_assistant/ - docs: /voice_control/s3_box_voice_assistant/
title: ESP32-S3-BOX-3 voice assistant title: ESP32-S3-BOX-3 voice assistant
- docs: /voice_control/troubleshooting/ - docs: /voice_control/troubleshooting/
title: General troubleshooting section for Assist title: General troubleshooting section for Assist
- docs: /voice_control/troubleshooting_the_s3_box/ - docs: /voice_control/troubleshooting_the_s3_box/
title: Troubleshooting the ESP32-S3-BOX-3 title: Troubleshooting the ESP32-S3-BOX-3
- docs: /common-tasks/os/#configuring-access-to-files - docs: /common-tasks/os/#configuring-access-to-files
title: Access to your configuration files title: Access to your configuration files
- url: https://github.com/jlpouffier/home-assistant-s3-box-community-illustrations/tree/main - url: https://github.com/jlpouffier/home-assistant-s3-box-community-illustrations/tree/main
title: Community image repository title: Community image repository
- url: https://github.com/kahrendt/microWakeWord - url: https://github.com/kahrendt/microWakeWord
title: microWakeWord title: microWakeWord
--- ---
## Customize the S3-BOX-3 with your own illustrations ## Customize the S3-BOX-3 with your own illustrations

View File

@ -4,16 +4,16 @@ product_name: ESP32-S3-BOX
device_name_entry: ESP32-S3-BOX device_name_entry: ESP32-S3-BOX
config_link: /voice_control/s3_box_voice_assistant/#to-delete-the-configuration-from-esphome config_link: /voice_control/s3_box_voice_assistant/#to-delete-the-configuration-from-esphome
related: related:
- docs: /voice_control/troubleshooting/ - docs: /voice_control/troubleshooting/
title: General troubleshooting section for Assist title: General troubleshooting section for Assist
- docs: /voice_control/troubleshooting_the_s3_box/ - docs: /voice_control/troubleshooting_the_s3_box/
title: Troubleshooting the ESP32-S3-BOX-3 title: Troubleshooting the ESP32-S3-BOX-3
- docs: /common-tasks/os/#configuring-access-to-files - docs: /common-tasks/os/#configuring-access-to-files
title: Access to your configuration files title: Access to your configuration files
- docs: /voice_control/s3-box-customize/#customizing-on-device-wake-words-microwakeword - docs: /voice_control/s3-box-customize/#customizing-on-device-wake-words-microwakeword
title: Customizing the S3-BOX with on-device wake words title: Customizing the S3-BOX with on-device wake words
- url: https://esphome.io/projects/index.html - url: https://esphome.io/projects/index.html
title: ESPHome projects page 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. 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.

View File

@ -1,14 +1,14 @@
--- ---
title: "Starting Assist from your dashboard" title: "Starting Assist from your dashboard"
related: related:
- docs: /voice_control/android/ - docs: /voice_control/android/
title: Assist for Android title: Assist for Android
- docs: /voice_control/voice_remote_local_assistant/ - docs: /voice_control/voice_remote_local_assistant/
title: Creating a local assistant title: Creating a local assistant
- docs: /voice_control/voice_remote_cloud_assistant/ - docs: /voice_control/voice_remote_cloud_assistant/
title: Creating a Cloud assistant title: Creating a Cloud assistant
- docs: /voice_control/voice_remote_expose_devices/ - docs: /voice_control/voice_remote_expose_devices/
title: Exposing devices to Assist 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. 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.

View File

@ -4,20 +4,20 @@ product_name: ATOM Echo
device_name_entry: M5Stack Atom Echo a61920 device_name_entry: M5Stack Atom Echo a61920
config_link: /voice_control/thirteen-usd-voice-remote/#to-delete-the-atom-echo-configuration-from-esphome config_link: /voice_control/thirteen-usd-voice-remote/#to-delete-the-atom-echo-configuration-from-esphome
related: related:
- docs: /voice_control/install_wake_word_add_on/ - docs: /voice_control/install_wake_word_add_on/
title: Enable a wake word title: Enable a wake word
- docs: /voice_control/create_wake_word/ - docs: /voice_control/create_wake_word/
title: Create your own wake words title: Create your own wake words
- docs: /voice_control/voice_remote_cloud_assistant/ - docs: /voice_control/voice_remote_cloud_assistant/
title: Creating a Cloud assistant title: Creating a Cloud assistant
- docs: /voice_control/troubleshooting/ - docs: /voice_control/troubleshooting/
title: General troubleshooting section for Assist title: General troubleshooting section for Assist
- docs: /voice_control/voice_remote_local_assistant - docs: /voice_control/voice_remote_local_assistant
title: Manually configured Assist pipeline title: Manually configured Assist pipeline
- docs: /voice_control/custom_sentences/ - docs: /voice_control/custom_sentences/
title: Using a sentence trigger title: Using a sentence trigger
- docs: /common-tasks/os/#configuring-access-to-files - docs: /common-tasks/os/#configuring-access-to-files
title: Access to your configuration files title: Access to your configuration files
--- ---
This tutorial will guide you to turn an ATOM Echo into the This tutorial will guide you to turn an ATOM Echo into the

View File

@ -1,10 +1,10 @@
--- ---
title: "Troubleshooting the ESP32-S3-BOX-3" title: "Troubleshooting the ESP32-S3-BOX-3"
related: related:
- docs: /voice_control/s3_box_voice_assistant/ - docs: /voice_control/s3_box_voice_assistant/
title: Creating a ESP32-S3-BOX-3 voice assistant title: Creating a ESP32-S3-BOX-3 voice assistant
- url: https://esphome.io/projects/index.html - url: https://esphome.io/projects/index.html
title: ESPHome projects website title: ESPHome projects website
--- ---
This section provides troubleshooting steps for the ESP32-S3-BOX-3 by Espressif. This section provides troubleshooting steps for the ESP32-S3-BOX-3 by Espressif.

View File

@ -1,14 +1,14 @@
--- ---
title: "Creating a cloud Assist pipeline" title: "Creating a cloud Assist pipeline"
related: related:
- docs: /voice_control/install_wake_word_add_on/ - docs: /voice_control/install_wake_word_add_on/
title: Enabling a wake word title: Enabling a wake word
- docs: /voice_control/create_wake_word/ - docs: /voice_control/create_wake_word/
title: Create your own wake word title: Create your own wake word
- docs: /voice_control/voice_remote_cloud_assistant/ - docs: /voice_control/voice_remote_cloud_assistant/
title: Creating a Cloud assistant title: Creating a Cloud assistant
- docs: /voice_control/voice_remote_expose_devices/ - docs: /voice_control/voice_remote_expose_devices/
title: Exposing devices to Assist title: Exposing devices to Assist
--- ---
In Home Assistant, the Assist pipelines are made up of various components that together form a voice assistant. In Home Assistant, the Assist pipelines are made up of various components that together form a voice assistant.

View File

@ -1,10 +1,10 @@
--- ---
title: "Exposing devices" title: "Exposing devices"
related: related:
- docs: /voice_control/voice_remote_cloud_assistant/ - docs: /voice_control/voice_remote_cloud_assistant/
title: Creating a Cloud assistant title: Creating a Cloud assistant
- docs: /voice_control/voice_remote_local_assistant/ - docs: /voice_control/voice_remote_local_assistant/
title: Creating a 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. To be able to control your devices over a voice command, you must expose your entities to Assist.

View File

@ -1,14 +1,14 @@
--- ---
title: "Installing a local Assist pipeline" title: "Installing a local Assist pipeline"
related: related:
- docs: /voice_control/voice_remote_expose_devices/#exposing-your-devices - docs: /voice_control/voice_remote_expose_devices/#exposing-your-devices
title: Expose your devices to Assist title: Expose your devices to Assist
- docs: /voice_control/create_wake_word/ - docs: /voice_control/create_wake_word/
title: Create your own wake words title: Create your own wake words
- url: https://github.com/openai/whisper - url: https://github.com/openai/whisper
title: Whisper for speech-to-text title: Whisper for speech-to-text
- url: https://github.com/rhasspy/piper - url: https://github.com/rhasspy/piper
title: Piper for text-to-speech title: Piper for text-to-speech
--- ---
In Home Assistant, the Assist pipelines are made up of various components that together form a voice assistant. In Home Assistant, the Assist pipelines are made up of various components that together form a voice assistant.

View File

@ -1,14 +1,14 @@
--- ---
title: "World's most private voice assistant" title: "World's most private voice assistant"
related: related:
- docs: /voice_control/voice_remote_cloud_assistant/ - docs: /voice_control/voice_remote_cloud_assistant/
title: Creating a Cloud assistant title: Creating a Cloud assistant
- docs: /voice_control/voice_remote_local_assistant/ - docs: /voice_control/voice_remote_local_assistant/
title: Creating a local assistant title: Creating a local assistant
- url: https://amzn.to/40k7mRa - url: https://amzn.to/40k7mRa
title: Grandstream HT801 title: Grandstream HT801
- url: https://www.nabucasa.com - url: https://www.nabucasa.com
title: Home Assistant Cloud title: Home Assistant Cloud
--- ---
This tutorial will guide you to turn your old landline phone into the This tutorial will guide you to turn your old landline phone into the