Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions source/_components/google_assistant.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ google_assistant:
type: light
light.living_room:
expose: false
room: living room
```

Configuration variables:
Expand Down Expand Up @@ -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.
required: false
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 %}

### {% linkable_title Available domains %}
Expand Down