Google Home assistant entities

Hi there, how do I control what entities to display on Google home app on my iPhone. I’ve used the below to show/hide entities but its not working for me. I can see almost everything, including groups, weather, camera motion etc.

I want to be able to control lights and TV and that’s it!

My media entities are not in customize. How do I show/hide them

binary_sensor.sensor:
  friendly_name: Living room
  icon: mdi:door
  homebridge_visible: true
  google_assistant: false

I’m also seeing everything from HA show up in Google Assistant. I’ve set the expose by default boolean to False and set the expose = true for the 2 entities I want t expose, unlinked and relinked HA to Google, but all the entities are still showing up.

Hi, i have the same issue.
Even with the latest release hidden, old entities are connected to google home.
This make impossible to switch on entities using google assistant because google “doesn’t now which light to switch on”.
Anyone found a solution so far?
Thank you!

Not sure it his helps, as I am using the Cloud component. Here is how I do it:

cloud:
  google_actions:
    filter:
      include_domains:
        - switch
        - light
        - fan
        - script
        - cover
        - scene
      include_entities:
        - light.ceiling_1
        - light.ceiling_2
        - light.lamp
      exclude_domains:
        - group
      exclude_entities:
        - light.cabinet_1
        - light.cabinet_2
        - light.kitchen_sink
    entity_config:
       light.foyer:
        name: Foyer Light
        room: Foyer
      switch.foyer_wax_warmer:
        name: Foyer Wax Warmer
        room: Foyer
      light.living_room_can_lights:
        name: Living Room Can Lights
        room: Living Room

finally i solved this way:

in configuration.yaml and then i did the google_request_sync service…

google_assistant:
  project_id: hassio-xxx
  api_key: xxxxx
  expose_by_default: false
  entity_config:
    light.airplay1:
      name: airplay
      expose: true
    light.sala:
      name: sala
      expose: true
    light.ingresso:
      name: ingresso
      expose: true
    group.alimentatori_cellulari:
      name: alimentatori
      expose: true
    light.camera:
      name: camera
      expose: true
    light.corridoio:
      name: corridoio
      expose: true
    light.nicchia_2:
      name: nicchia
      expose: true
    media_player.televisione:
      name: televisione
      expose: true