mirror of
https://github.com/Adam-Ant/home-assistant
synced 2024-12-20 12:54:35 +00:00
Feedreader automation
This commit is contained in:
parent
d3167a7b73
commit
a2fa279870
9
automation/rssalert.yaml
Normal file
9
automation/rssalert.yaml
Normal file
@ -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 }}"
|
Loading…
Reference in New Issue
Block a user