Problem in setting "Room" for devices in google assistant cloud integration

So, I am trying to set the rooms for devices using config.ymal and I came across Cloud’s google assistant.

I tried to follow it but for some reasons, the “room” attribute doesn’t set the room for my google assistant.

Here is my code:

#Cloud
cloud:
 google_actions:
  entity_config:
   switch.light:
    name: pom pom
    aliases:
    - main lights
    room: Office

but when I say “Switch on the Office lights”, google tells me “sorry looks like that device hasn’t been set up yet”.

anyone knows what I can do to fix this? Thanks

can’t see anything wrong with your code.
have you sync your devices in GA after the change? Whenever you do changes to your config, you need to ask GA to “sync my devices” so it gets the latest setup…
I can’t remember as it’s been a while since I set up mine, but you may need to create the rooms in GA first, else you’ll try and assign a device to a room that does not exist…

The room exists in my GA and yes I did sync up device after setting up.
Problem is the “Name” works, as you can see “pom pom” isn’t a normal name, I tried changing it and it works.

The “room” doesn’t work for whatever reasons :confused: