Clarify google_assistant type

This commit is contained in:
Paulus Schoutsen 2018-01-15 13:40:05 -08:00 committed by GitHub
parent 29cff64e14
commit fa914ad421
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@ google_assistant:
aliases: aliases:
- bright lights - bright lights
- entry lights - entry lights
type: 'action.devices.types.LIGHT' type: light
light.living_room: light.living_room:
expose: false expose: false
``` ```
@ -102,7 +102,7 @@ entity_config:
required: false required: false
type: list type: list
type: type:
description: Override the type of the entity in Google Assistant. [List of available types](https://developers.google.com/actions/smarthome/guides/) description: Override the domain how Google Assistant has to interpretet the entity. For example, set to `light` for a switch entity to have it be handeld as a light.
required: false required: false
type: string type: string
{% endconfiguration %} {% endconfiguration %}