From c1c29b5a1754fd7587d60bca1cd1d5213dbb6bb6 Mon Sep 17 00:00:00 2001 From: engrbm87 Date: Thu, 29 Aug 2019 09:50:33 +0300 Subject: [PATCH 1/2] Add Alarm Control Panel to secure devices --- source/_components/google_assistant.markdown | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/source/_components/google_assistant.markdown b/source/_components/google_assistant.markdown index 45c030da0be4..228a1695c41a 100644 --- a/source/_components/google_assistant.markdown +++ b/source/_components/google_assistant.markdown @@ -200,6 +200,7 @@ Currently, the following domains are available to be used with Google Assistant, - climate (temperature setting, hvac_mode) - vacuum (dock/start/stop/pause) - sensor (temperature setting, only for temperature sensor) +- Alarm Control Panel (Arm/Disarm)
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 @@ -207,10 +208,12 @@ Currently, the following domains are available to be used with Google Assistant, ### Secure Devices -Certain devices are considered secure, including anything in the `lock` domain, and `covers` with device types `garage` and `door`. +Certain devices are considered secure, including anything in the `lock` domain, `alarm_control_panel` 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. +For the Alarm Control Panel if a code is set it must be the same as the `secure_devices_pin`. If `code_arm_required` is set to False the system will arm without prompting for the pin. + ### Media Player Sources Media Player sources are sent via the Modes trait in Google Assistant. From e81e4e7cea2a3bd47fa1d0895db764c525c44aad Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 3 Sep 2019 11:31:27 +0200 Subject: [PATCH 2/2] :pencil2: Tweak --- 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 228a1695c41a..77bc1cd6e781 100644 --- a/source/_components/google_assistant.markdown +++ b/source/_components/google_assistant.markdown @@ -212,7 +212,7 @@ Certain devices are considered secure, including anything in the `lock` domain, 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. -For the Alarm Control Panel if a code is set it must be the same as the `secure_devices_pin`. If `code_arm_required` is set to False the system will arm without prompting for the pin. +For the Alarm Control Panel if a code is set it must be the same as the `secure_devices_pin`. If `code_arm_required` is set to `false` the system will arm without prompting for the pin. ### Media Player Sources