Notify Service not showing up in Developer Tool

My notification stopped working and i cannot even see it in Developer tool anymore. Can anyone guide how to troubleshoot it

I have tried putting it driectly on configuration.yaml file also :slight_smile:

notify:
  platform: pushbullet
  name: mypushbullet
  api_key: !secret pushbullet_api

Check the log output to see if the setup of the notify platform fails.

Got it working. Didn’t saw any error but restarted raspberry and its back on. Thank you