mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 05:46:52 +00:00
Update google_assistant.markdown (#3831)
Added exposed domains available, including from PR #10148
This commit is contained in:
parent
df4600b179
commit
f00a803e71
@ -43,7 +43,15 @@ google_assistant:
|
||||
* *project_id* (Required): Project ID from the Google Developer console (looks like `words-2ab12`)
|
||||
* *client_id* (Required): A long random URL safe string (no spaces or special characters) that will be used for Implicit OAuth.
|
||||
* *access_token* (Required): Another different long random URL safe string.
|
||||
* *exposed_domains* (Optional): An array of Home Assistant domains to expose to Google Assistant.
|
||||
* *exposed_domains* (Optional): An array of Home Assistant domains to expose to Google Assistant. Options include:
|
||||
- `switch`
|
||||
- `light`
|
||||
- `cover`
|
||||
- `media_player`
|
||||
- `group`
|
||||
- `fan`
|
||||
- `scene`
|
||||
- `script`
|
||||
|
||||
You can also customize your devices similar to other components by adding keys to entities:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user