First Automation Help with Sun

Just trying to get the porch light to turn on when the sun sets. Here is the error that I get in the log:

Error while executing automation automation.porchonatdusk. Invalid data for call_service at pos 1: extra keys not allowed @ data[‘entry_id’]

8:26 PM helpers/script.py (ERROR) - message first occured at 5:56 PM and shows up 4 times

Thanks in advanced,
Mark

- id: '1572126024991'
  alias: PorchOnAtDusk
  description: ''
  trigger:
  - event: sunset
    platform: sun
  condition: []
  action:
    service: light.turn_on
    entry_id: light.hue_white_light_1

Typographical error.

entry_id: light.hue_white_light_1
  ^^

Should be:

entity_id: light.hue_white_light_1