From 15cf8299f5a1a8c5faeaf3fa6e63a71e1efae5fc Mon Sep 17 00:00:00 2001 From: cogneato Date: Wed, 7 Feb 2018 16:35:50 -0700 Subject: [PATCH] adding supported domains ref: https://github.com/home-assistant/home-assistant.github.io/issues/4036 Adds supported domains and default mappings. --- source/_components/google_assistant.markdown | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/source/_components/google_assistant.markdown b/source/_components/google_assistant.markdown index 350f07f1703..95ef0fff199 100644 --- a/source/_components/google_assistant.markdown +++ b/source/_components/google_assistant.markdown @@ -107,6 +107,19 @@ entity_config: 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 = switch (on/off) +- scene = scene (on) +- script = scene (on) +- switch = switch (on/off) +- fan = switch (on/off) +- light = light (on/off/brightness/rgb color/color temp) +- cover = switch (on/off/set position (brightness) ) +- media_player = switch (on/off/set volume (brightness) ) +- climate = thermostat (temperature setting) + It's very important that you use very long strings for `client_id` and `access_token`. Those are essentially the credentials to your Home Assistant instance. You can generate them with the following command: ```bash