mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +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'>
|
<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'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.
|
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>
|
</p>
|
||||||
|
|
||||||
@ -129,11 +129,11 @@ project_id:
|
|||||||
description: Project ID from the Actions on Google console (looks like `words-2ab12`)
|
description: Project ID from the Actions on Google console (looks like `words-2ab12`)
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
allow_unlock:
|
secure_devices_pin:
|
||||||
description: "When True, allows Google Assistant to unlock locks."
|
description: "Pin code to say when you want to interact with a secure device."
|
||||||
required: false
|
required: false
|
||||||
type: boolean
|
type: string
|
||||||
default: false
|
default: ""
|
||||||
api_key:
|
api_key:
|
||||||
description: Your Homegraph API key (for the `google_assistant.request_sync` service)
|
description: Your Homegraph API key (for the `google_assistant.request_sync` service)
|
||||||
required: false
|
required: false
|
||||||
@ -199,8 +199,8 @@ Currently, the following domains are available to be used with Google Assistant,
|
|||||||
|
|
||||||
### {% linkable_title Media Player Sources %}
|
### {% linkable_title Media Player Sources %}
|
||||||
|
|
||||||
Media Player sources are sent via the Modes trait in Google Assistant.
|
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:
|
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
|
https://developers.google.com/actions/reference/smarthome/traits/modes
|
||||||
|
|
||||||
#### Example Command:
|
#### 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 %}
|
### {% 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:
|
Here are the modes that are currently available:
|
||||||
|
|
||||||
- off
|
- off
|
||||||
|
Loading…
x
Reference in New Issue
Block a user