mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-13 20:36:52 +00:00
adding supported domains
ref: https://github.com/home-assistant/home-assistant.github.io/issues/4036 Adds supported domains and default mappings.
This commit is contained in:
parent
280bac6515
commit
15cf8299f5
@ -107,6 +107,19 @@ entity_config:
|
|||||||
type: string
|
type: string
|
||||||
{% endconfiguration %}
|
{% 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:
|
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
|
```bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user