Zigbee2mqtt device voice control with google home

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

Thanks in advance!

Give the light a name

ok, gave it a name
how do I voice control it?

Does it show up in your Google Assistant/Google Home app?

no…any ideas why?

Did you configured the integration between Google Home and Home Assistant or are you using Nabu Casa?

Hi, I have configured the integration without the cloud…

And you see that app you created in the Google Assistant/Home app?

You then told Google to sync my devices?

Yes, I see “my test app” and I can control my vacuum but when a tell Google to sync it can’t find the aqara light bulb

Actually it says “something went wrong while syncing my test app”

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.