Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Paulus Schoutsen
c77c06feb5 Add room to google assistant config 2018-04-29 20:50:39 -04:00

View file

@ -37,6 +37,7 @@ cloud:
aliases:
- bright lights
- entry lights
room: living room
```
{% configuration cloud %}
@ -84,5 +85,8 @@ google_actions:
description: Aliases that can also be used to refer to this entity
required: false
type: list
room:
description: Hint for Google Assistant in which room this entity is.
required: false
type: string
{% endconfiguration %}