Adding RoomHinting to GoogleAssistant to allow for room annotations. (#12598)
This commit is contained in:
parent
ffd3889271
commit
f899ce8fbf
3 changed files with 11 additions and 3 deletions
|
@ -13,6 +13,7 @@ CONF_CLIENT_ID = 'client_id'
|
|||
CONF_ALIASES = 'aliases'
|
||||
CONF_AGENT_USER_ID = 'agent_user_id'
|
||||
CONF_API_KEY = 'api_key'
|
||||
CONF_ROOM_HINT = 'room'
|
||||
|
||||
DEFAULT_EXPOSE_BY_DEFAULT = True
|
||||
DEFAULT_EXPOSED_DOMAINS = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue