Update google_assistant.markdown

This commit is contained in:
Paulus Schoutsen 2018-04-24 14:52:46 -04:00 committed by GitHub
parent f5cfc55087
commit e6c69b0a48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,6 @@ cloud:
aliases: aliases:
- bright lights - bright lights
- entry lights - entry lights
type: 'action.devices.types.LIGHT'
``` ```
{% configuration cloud %} {% configuration cloud %}
@ -85,9 +84,5 @@ google_actions:
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 the type of the entity in Google Assistant. [List of available types](https://developers.google.com/actions/smarthome/guides/)
required: false
type: string
{% endconfiguration %} {% endconfiguration %}