From d9f1812aca0d91001270116d767e659d0d198896 Mon Sep 17 00:00:00 2001
From: Swamp-Ig
Date: Wed, 8 May 2019 12:03:31 +0800
Subject: [PATCH 1/2] Documentation for secure devices.
---
source/_components/google_assistant.markdown | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/source/_components/google_assistant.markdown b/source/_components/google_assistant.markdown
index 412eff60a5f..fa9e9d3aafa 100644
--- a/source/_components/google_assistant.markdown
+++ b/source/_components/google_assistant.markdown
@@ -197,6 +197,12 @@ Currently, the following domains are available to be used with Google Assistant,
The domain groups contains groups containing all items, by example group.all_automations. When telling Google Assistant to shut down everything, this will lead in this example to disabling all automations
+### {% linkable_title Secure Devices %}
+
+Certain devices are considered secure, including anything in the `lock` domain, and `covers` with device types `garage` and `door`.
+
+By default these cannot be opened by google assistant unless a `secure_devices_pin` is set up. To allow opening, set the `secure_devices_pin` to something and you will be prompted to speak the pin when opening the device. Closing and locking these devices does not require a pin.
+
### {% linkable_title Media Player Sources %}
Media Player sources are sent via the Modes trait in Google Assistant.
From f079df1f3c28b8113debef912c7d58463e8e9568 Mon Sep 17 00:00:00 2001
From: Fabian Affolter
Date: Wed, 8 May 2019 08:29:49 +0200
Subject: [PATCH 2/2] Update brand name
---
source/_components/google_assistant.markdown | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/source/_components/google_assistant.markdown b/source/_components/google_assistant.markdown
index fa9e9d3aafa..f7eb8ce322e 100644
--- a/source/_components/google_assistant.markdown
+++ b/source/_components/google_assistant.markdown
@@ -201,7 +201,7 @@ Currently, the following domains are available to be used with Google Assistant,
Certain devices are considered secure, including anything in the `lock` domain, and `covers` with device types `garage` and `door`.
-By default these cannot be opened by google assistant unless a `secure_devices_pin` is set up. To allow opening, set the `secure_devices_pin` to something and you will be prompted to speak the pin when opening the device. Closing and locking these devices does not require a pin.
+By default these cannot be opened by Google Assistant unless a `secure_devices_pin` is set up. To allow opening, set the `secure_devices_pin` to something and you will be prompted to speak the pin when opening the device. Closing and locking these devices does not require a pin.
### {% linkable_title Media Player Sources %}