diff --git a/automation/rssalert.yaml b/automation/rssalert.yaml new file mode 100644 index 0000000..ec7dc7a --- /dev/null +++ b/automation/rssalert.yaml @@ -0,0 +1,9 @@ +- alias: RSS Alert + trigger: + - platform: event + event_type: feedreader + action: + - service: notify.adams_android + data: + title: 'New RSS Post!' + message: "{{ trigger.event.data.title }}"