Invalid config for [cloud]: [entity_config] is an invalid option for [cloud]

Hi all

I’m having issue with the cloud setting, where its telling that entity_config is invalid option;
I;m using google assistant and home-assistant cloud

error
Invalid config for [cloud]: [entity_config] is an invalid option for [cloud]

here is my config

cloud:
google_actions:
filter:
include_entities:
- switch.lounge_light
- switch.fireplace_light
- vacuum.mo
- group.all_switches
include_domains:
- switch
entity_config:
switch.lounge_light:
name: Lounge Room Lamp
aliases:
- Lounge Lamp
- Lounge Light
- Lounge Lights
room: Lounge Room

Thanks in advance for the help

Pablo

You’ll need to properly format your code for anyone to help you see any syntax or indentation errors. See the blue bar at the top of the page.