Remove type from google assistant

This commit is contained in:
Paulus Schoutsen 2018-03-09 12:19:02 -08:00
parent d65f547d35
commit c94c226ec1

View File

@ -41,7 +41,6 @@ google_assistant:
aliases: aliases:
- bright lights - bright lights
- entry lights - entry lights
type: light
light.living_room: light.living_room:
expose: false expose: false
room: living room room: living room
@ -102,10 +101,6 @@ entity_config:
description: Aliases that can also be used to refer to this entity description: Aliases that can also be used to refer to this entity
required: false required: false
type: list type: list
type:
description: Override how Google Assistant interprets the domain of the entity. For example, set to `light` for a switch entity to have it be handled as a light.
required: false
type: string
room: room:
description: Allows for associating this device to a Room in Google Assistant. This is currently non-functional, but will be enabled in the near future. description: Allows for associating this device to a Room in Google Assistant. This is currently non-functional, but will be enabled in the near future.
required: false required: false
@ -115,15 +110,15 @@ entity_config:
### {% linkable_title Available domains %} ### {% linkable_title Available domains %}
Currently, the following domains are available to be used with Google Assistant, listed with their default types: Currently, the following domains are available to be used with Google Assistant, listed with their default types:
- group = switch (on/off) - group (on/off)
- scene = scene (on) - scene (on)
- script = scene (on) - script (on)
- switch = switch (on/off) - switch (on/off)
- fan = switch (on/off) - fan (on/off)
- light = light (on/off/brightness/rgb color/color temp) - light (on/off/brightness/rgb color/color temp)
- cover = switch (on/off/set position (brightness) ) - cover (on/off/set position (via set brightness))
- media_player = switch (on/off/set volume (brightness) ) - media_player (on/off/set volume (via set brightness))
- climate = thermostat (temperature setting) - climate (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: