Where does notify.notify send notifications too?

I’m trying to use the notification option in the Occusim add-on which use AppDaemon. However there’s a lack of documentation as to where it sends notifications.

Digging through the python code it looks like it uses the AppDaemon built in notify service. The documentation says that unless a notification service is specified, it will default to notify.nofity. Searching through the docs, I can’t find any reference to where this service sends notifications or where they appear.

Does anyone know?

Just found out, you need to add name:

self.notify("1 2 1 2 this is just a test", name="telegram")

will send a message through notify.telegram