File tree 1 file changed +9
-1
lines changed 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,15 @@ google_assistant:
39
39
* *project_id* (Required): Project ID from the Google Developer console (looks like `words-2ab12`)
40
40
* *client_id* (Required): A long random URL safe string (no spaces or special characters) that will be used for Implicit OAuth.
41
41
* *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`
43
51
44
52
You can also customize your devices similar to other components by adding keys to entities :
45
53
You can’t perform that action at this time.
0 commit comments