Asking for help with getting notifier working

I have a notifier that works, using pushbullet. Now I tried adding another noifier using pushbullet again but I do not get the second notifier (stroller) working.

notify:
  - name: NOTIFIER_FRIDGE
    platform: pushbullet
    api_key: removed for post
    monitored conditions:
        - body
        
  - name: NOTIFIER_STROLLER
    platform: pushbullet
    api_key:  removed for post
    monitored conditions:
        - body

Solved by restarting home assistant.