mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 05:16:49 +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
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user