mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 21:36:52 +00:00
Add documentation for google assistant locks (#7377)
This commit is contained in:
parent
216d071c84
commit
55cc1afd55
@ -124,6 +124,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:
|
||||||
|
description: "When True, allows Google Assistant to unlock locks."
|
||||||
|
required: false
|
||||||
|
type: boolean
|
||||||
|
default: False
|
||||||
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
|
||||||
@ -176,6 +181,7 @@ Currently, the following domains are available to be used with Google Assistant,
|
|||||||
- switch (on/off)
|
- switch (on/off)
|
||||||
- fan (on/off)
|
- fan (on/off)
|
||||||
- light (on/off/brightness/rgb color/color temp)
|
- light (on/off/brightness/rgb color/color temp)
|
||||||
|
- lock (lock/unlock (to allow assistant to unlock, set the `allow_unlock` key in configuration))
|
||||||
- cover (on/off/set position (via set brightness))
|
- cover (on/off/set position (via set brightness))
|
||||||
- media_player (on/off/set volume (via set brightness))
|
- media_player (on/off/set volume (via set brightness))
|
||||||
- climate (temperature setting)
|
- climate (temperature setting)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user