Skip to content

Commit 1245fea

Browse files
epleypafabaff
authored andcommitted
Update google_assistant.markdown (home-assistant#3831)
Added exposed domains available, including from PR home-assistant#10148
1 parent 9df6789 commit 1245fea

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

source/_components/google_assistant.markdown

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,15 @@ google_assistant:
3939
* *project_id* (Required): Project ID from the Google Developer console (looks like `words-2ab12`)
4040
* *client_id* (Required): A long random URL safe string (no spaces or special characters) that will be used for Implicit OAuth.
4141
* *access_token* (Required): Another different long random URL safe string.
42-
* *exposed_domains* (Optional): An array of Home Assistant domains to expose to Google Assistant.
42+
* *exposed_domains* (Optional): An array of Home Assistant domains to expose to Google Assistant. Options include:
43+
- `switch`
44+
- `light`
45+
- `cover`
46+
- `media_player`
47+
- `group`
48+
- `fan`
49+
- `scene`
50+
- `script`
4351

4452
You can also customize your devices similar to other components by adding keys to entities:
4553

0 commit comments

Comments
 (0)