From f3d9275119b38180be91ccfa9e3ea4ca1dae7e06 Mon Sep 17 00:00:00 2001
From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
Date: Fri, 28 Apr 2023 03:55:00 +0200
Subject: [PATCH] Add draft on exposing devices to Assist (#27185)
- screenshots show how this looks when there is no Cloud available
- Exposing HA or any other Cloud not included yet
-
---
source/_includes/asides/docs_navigation.html | 1 +
.../assist/voice_remote_expose_devices.markdown | 15 +++++++++++++++
2 files changed, 16 insertions(+)
create mode 100644 source/docs/assist/voice_remote_expose_devices.markdown
diff --git a/source/_includes/asides/docs_navigation.html b/source/_includes/asides/docs_navigation.html
index 73196cef544..64308882896 100644
--- a/source/_includes/asides/docs_navigation.html
+++ b/source/_includes/asides/docs_navigation.html
@@ -46,6 +46,7 @@
{% active_link /docs/assist/apple/ Assist for Apple devices %}
{% active_link /docs/assist/builtin_sentences/ Built-in sentences %}
{% active_link /docs/assist/custom_sentences/ Custom sentences %}
+ {% active_link /docs/assist/voice_remote_expose_devices/ Exposing devices to your voice assistant %}
{% active_link /docs/assist/troubleshooting/ Troubleshooting Assist %}
{% active_link /docs/assist/voice_remote_local_assistant/ Configuring a local assistant %}
{% active_link /projects/worlds-most-private-voice-assistant/ Tutorial: World's most private voice assistant %}
diff --git a/source/docs/assist/voice_remote_expose_devices.markdown b/source/docs/assist/voice_remote_expose_devices.markdown
new file mode 100644
index 00000000000..e87f11601f2
--- /dev/null
+++ b/source/docs/assist/voice_remote_expose_devices.markdown
@@ -0,0 +1,15 @@
+---
+title: "Exposing devices"
+---
+
+To be able to control your devices over a voice command, you must expose your entities to Assist.
+This is to avoid that sensitive devices, such as locks and garage doors, can inadvertently be controlled by voice commands.
+
+## Exposing your devices to Assist
+
+1. Go to **Settings** > **Voice assistants**.
+1. Open the **Expose** tab.
+ 
+1. Select **Expose entities**.
+ 1. Select all entities you want to be able to control by voice.
+ 
\ No newline at end of file