Set secure devices pin

This commit is contained in:
Paulus Schoutsen 2019-04-24 11:56:59 -07:00
parent 34320169d6
commit 457206750f

View File

@ -129,11 +129,11 @@ project_id:
description: Project ID from the Actions on Google console (looks like `words-2ab12`)
required: true
type: string
allow_unlock:
description: "When True, allows Google Assistant to unlock locks."
secure_devices_pin:
description: "Pin code to say when you want to interact with a secure device."
required: false
type: boolean
default: false
type: string
default: ""
api_key:
description: Your Homegraph API key (for the `google_assistant.request_sync` service)
required: false