mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-14 21:06:50 +00:00
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:
parent
1f1a2253f3
commit
88ca816954
@ -105,9 +105,9 @@ google_assistant:
|
||||
project_id: YOUR_PROJECT_ID
|
||||
api_key: YOUR_API_KEY
|
||||
exposed_domains:
|
||||
- SWITCH
|
||||
- LIGHT
|
||||
- GROUP
|
||||
- switch
|
||||
- light
|
||||
- group
|
||||
entity_config:
|
||||
switch.kitchen:
|
||||
name: CUSTOM_NAME_FOR_GOOGLE_ASSISTANT
|
||||
|
Loading…
x
Reference in New Issue
Block a user