mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 00:36:49 +00:00
Add room to google assistant config (#5274)
This commit is contained in:
parent
292ef8e815
commit
77a14ad9d9
@ -37,6 +37,7 @@ cloud:
|
|||||||
aliases:
|
aliases:
|
||||||
- bright lights
|
- bright lights
|
||||||
- entry lights
|
- entry lights
|
||||||
|
room: living room
|
||||||
```
|
```
|
||||||
|
|
||||||
{% configuration cloud %}
|
{% configuration cloud %}
|
||||||
@ -84,5 +85,8 @@ 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
|
||||||
|
room:
|
||||||
|
description: Hint for Google Assistant in which room this entity is.
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user