HA Cloud disappear when adding include_entities for google home

Hi, I have a strange behavior where the cloud panel disappear when adding below.
If I remove include_entities feature it works again.

I only want to include specific lights to google home.
Any idea of filtering to google?

cloud:
  google_actions:
    filter:
    include_entities:
      - light.left_coutch
      - light.spotlight_left

It’s working now, a missing space solved it.