Invaild automation

I can not figure out what i am doing wrong, it says automation is configured wrong

How Push Bullet is configured API key is not show

notify:
  - platform: pushbullet
    name: home

How Automation is configured

automation: 
  - alias: "Trevor left house"
    trigger:
      platform: zone
      entity_id: 
        - device_tracker.trevor
      zone: zone.home
      event: left
    action:
      service: notify.home
      data:
        title: "test"
        message: "left"

event: enter # or "leave"

Ok, wow can’t believe i didn’t see that. This is way i should do more learning first before i just jump in.

Thanks

No worries, I’ve been there more than once.

Cheers!