diff --git a/config/packages/hasspodcast.yaml b/config/packages/hasspodcast.yaml
index 99eb0ddf..553a0a8e 100755
--- a/config/packages/hasspodcast.yaml
+++ b/config/packages/hasspodcast.yaml
@@ -22,6 +22,11 @@ automation:
 
     action:
 
+      - service: persistent_notification.create
+        data:
+          message: '{{trigger.event.data.title}}'
+          title: '{{trigger.event.data.link}}'
+
       - service: script.tweet_engine_image
         data:
           tweet: '{{trigger.event.data.title}} - {{trigger.event.data.link}}'