mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Docs for 12598 (#4736)
This commit is contained in:
parent
e15388f93a
commit
ad24a7f8af
@ -44,6 +44,7 @@ google_assistant:
|
|||||||
type: light
|
type: light
|
||||||
light.living_room:
|
light.living_room:
|
||||||
expose: false
|
expose: false
|
||||||
|
room: living room
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
Configuration variables:
|
||||||
@ -105,6 +106,10 @@ entity_config:
|
|||||||
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.
|
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
|
required: false
|
||||||
type: string
|
type: string
|
||||||
|
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.
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
### {% linkable_title Available domains %}
|
### {% linkable_title Available domains %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user