Alexa cloud config exclude entities fails

Hello I added this to my config.yaml file.

cloud:
  alexa:
    filter:
      exclude_entities:
        - automation.change_brightnes
        - automation.coming_home_and_dark
        - automation.front_door_light_on_when_dark
        - automation.home_and_offset_30_min_sunset
        - automation.hue_light_on_gradually_with_alarm
        - automation.leaving_home
        - automation.light_off_dining_by_left_switch
        - automation.light_off_livingroom_by_right_switch
        - automation.light_off_livingroom_by_switch
        - automation.light_on_dining_by_left_switch
        - automation.light_on_livingroom_by_switch
        - automation.light_on_standard_livingroom_by_right_switch
        - automation.music_started_from_harmony_hub
        - automation.set_harmony_activity_using_input_select
        - automation.turn_on_sleep_script
        - automation.turn_on_the_lights_when_the_sun_sets_and_someone_is_home
        - automation.update_harmony_input_select
        - group.all_automations- group.alarm
        - group.alarm_clock
        - group.all_automations
        - group.all_devices
        - group.all_lights
        - group.all_remotes
        - group.all_scripts
        - group.default_view
        - group.devices
        - group.dining_table
        - group.hallway
        - group.media_players_view
        - group.meter_readings
        - group.nest
        - group.outside
        - group.scenes
        - group.upstairs_hall
        - light.hallway_2

When I check the config I got the following error:
2018-01-27 09:01:15 INFO (MainThread) [homeassistant.setup] Setup of domain script took 0.0 seconds.
Failed config
cloud:
alexa: [source /config/configuration.yaml:94]
filter: [source /config/configuration.yaml:95]
exclude_entities: [source /config/configuration.yaml:96]
- automation.change_brightnes
- automation.coming_home_and_dark
- automation.front_door_light_on_when_dark
- automation.home_and_offset_30_min_sunset
- automation.hue_light_on_gradually_with_alarm- automation.leaving_home
- automation.light_off_dining_by_left_switch
- automation.light_off_livingroom_by_right_switch
- automation.light_off_livingroom_by_switch
- automation.light_on_dining_by_left_switch
- automation.light_on_livingroom_by_switch
- automation.light_on_standard_livingroom_by_right_switch
- automation.music_started_from_harmony_hub
- automation.set_harmony_activity_using_input_select
- automation.turn_on_sleep_script
- automation.turn_on_the_lights_when_the_sun_sets_and_someone_is_home
- automation.update_harmony_input_select
- group.all_automations- group.alarm
- group.alarm_clock
- group.all_automations
- group.all_devices
- group.all_lights
- group.all_remotes
- group.all_scripts
- group.default_view
- group.devices
- group.dining_table
- group.hallway
- group.media_players_view
- group.meter_readings
- group.nest
- group.outside
- group.scenes
- group.upstairs_hall
- light.hallway_2

General Errors:
- Setup failed for cloud: Invalid config.

Successful config (partial)
cloud:

Can someone help me with this?

small c
Cloud: to cloud:

try removing the space between
“alarm- automation”
“group.all_automations- group.alarm”