Skip to content

Commit 15cf829

Browse files
authored
adding supported domains
ref: home-assistant#4036 Adds supported domains and default mappings.
1 parent 280bac6 commit 15cf829

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

source/_components/google_assistant.markdown

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,19 @@ entity_config:
107107
type: string
108108
{% endconfiguration %}
109109

110+
### {% linkable_title Available domains %}
111+
Currently, the following domains are available to be used with Google Assistant, listed with their default types:
112+
113+
- group = switch (on/off)
114+
- scene = scene (on)
115+
- script = scene (on)
116+
- switch = switch (on/off)
117+
- fan = switch (on/off)
118+
- light = light (on/off/brightness/rgb color/color temp)
119+
- cover = switch (on/off/set position (brightness) )
120+
- media_player = switch (on/off/set volume (brightness) )
121+
- climate = thermostat (temperature setting)
122+
110123
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:
111124

112125
```bash

0 commit comments

Comments
 (0)