mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 05:46:52 +00:00
Clarify google_assistant type
This commit is contained in:
parent
29cff64e14
commit
fa914ad421
@ -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 %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user