Hello,
I have google home and zigbee light bulb (aqara) connected to hassio,
I’m trying to voice control the light bulb but cant figure it out,
here’s my config in configuration.yaml:
google_assistant:
project_id: Home Auto
api_key: API-KEY
exposed_domains:
- vacuum
- light
entity_config:
light.0x00158d000398e8ef_light:
expose: true
room: LIVING_ROOM
So I found a solution for this, here is what I’ve done:
Unlink my test app in Google home app than told it to sync my devices, after re-linking the app the light bulb appears in the devices.
Thanks everyone for the help.