Error in automation mapping values

I had working automation using templates.

I made a new one for minimotes.

I get this error in web interface on check config:
Configuration invalid
Error loading /config/configuration.yaml: mapping values are not allowed here
in “/config/automations.yaml”, line 13, column 31

My automations.yaml

## MINIMOTES:  
#        There are two.  The first is labeled, the second is for testing.

- alias: Minimote Button 1 Pressed
  trigger:
    platform: event
    event_type: zwave.scene_activated
    event_data:
      entity_id: Aeotec DSA03202 Minimote
      scene_id: 1
  action:
    service: light.toggle
    entity_id: Leviton Unknown: type=1706, id=0334 Level

FYI, these errors tell you the exact problem. Line 13 column 31.

But alas, that wont help you with your problem. You aren’t providing a valid entity_id to the light.toggle service.