Fixed case of exposed domains (#7523)

Exposed domains must be lowercase, otherwise Google Home will link accounts but will not find any device to setup.
This commit is contained in:
teejay-87 2018-11-16 08:55:11 +01:00 committed by Fabian Affolter
parent 1f1a2253f3
commit 88ca816954

View File

@ -105,9 +105,9 @@ google_assistant:
project_id: YOUR_PROJECT_ID project_id: YOUR_PROJECT_ID
api_key: YOUR_API_KEY api_key: YOUR_API_KEY
exposed_domains: exposed_domains:
- SWITCH - switch
- LIGHT - light
- GROUP - group
entity_config: entity_config:
switch.kitchen: switch.kitchen:
name: CUSTOM_NAME_FOR_GOOGLE_ASSISTANT name: CUSTOM_NAME_FOR_GOOGLE_ASSISTANT