mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Set secure devices pin
This commit is contained in:
parent
34320169d6
commit
457206750f
@ -53,7 +53,7 @@ Since release 0.80, the `Authorization Code` type of `OAuth` account linking is
|
||||
|
||||
<p class='note'>
|
||||
If you've added Home Assistant to the home screen, you have to first remove it from home screen, otherwise, this HTML5 app will show up instead of a browser. Using it would prevent Home Assistant to redirect back to the `Google Assistant` app.
|
||||
|
||||
|
||||
If you're still having trouble, make sure that you're not connected to the same network Home Assistant is running on, e.g., use 4G/LTE instead.
|
||||
</p>
|
||||
|
||||
@ -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
|
||||
@ -199,8 +199,8 @@ Currently, the following domains are available to be used with Google Assistant,
|
||||
|
||||
### {% linkable_title Media Player Sources %}
|
||||
|
||||
Media Player sources are sent via the Modes trait in Google Assistant.
|
||||
There is currently a limitation with this feature that requires a hard-coded set of settings. Because of this, the only sources that will be usable by this feature are listed here:
|
||||
Media Player sources are sent via the Modes trait in Google Assistant.
|
||||
There is currently a limitation with this feature that requires a hard-coded set of settings. Because of this, the only sources that will be usable by this feature are listed here:
|
||||
https://developers.google.com/actions/reference/smarthome/traits/modes
|
||||
|
||||
#### Example Command:
|
||||
@ -213,7 +213,7 @@ Entities that have not got rooms explicitly set and that have been placed in Hom
|
||||
|
||||
### {% linkable_title Climate Operation Modes %}
|
||||
|
||||
There is not an exact 1-1 match between Home Assistant and Google Assistant for the available operation modes.
|
||||
There is not an exact 1-1 match between Home Assistant and Google Assistant for the available operation modes.
|
||||
Here are the modes that are currently available:
|
||||
|
||||
- off
|
||||
|
Loading…
x
Reference in New Issue
Block a user