From 6890775752cbbd0be6c6c4ed7b8669affdcebeba Mon Sep 17 00:00:00 2001 From: DubhAd Date: Sun, 9 Sep 2018 12:11:56 +0100 Subject: [PATCH] Added the list of supported domains (#6235) * Added the list of supported domains Given how often we have to direct people to the Google Assistant component for this list, seems overdue to add it here * Minor changes --- source/cloud/google_assistant.markdown | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/source/cloud/google_assistant.markdown b/source/cloud/google_assistant.markdown index 7868c9387bb..65ea395fcca 100644 --- a/source/cloud/google_assistant.markdown +++ b/source/cloud/google_assistant.markdown @@ -97,6 +97,21 @@ google_actions: type: string {% endconfiguration %} +### {% linkable_title Available domains %} + +Currently, the following domains are available to be used with Google Assistant, listed with their default types: + +- `group` (on/off) +- `input_boolean` (on/off) +- `scene` (on) +- `script` (on) +- `switch` (on/off) +- `fan` (on/off) +- `light` (on/off/brightness/rgb color/color temp) +- `cover` (on/off/set position (via set brightness)) +- `media_player` (on/off/set volume (via set brightness)) +- `climate` (temperature setting) +

After setting up the cloud, if you make any device changes such as changing the name or adding a new device simply say "Ok Google, sync my devices" to get the changes to show up.