1
0
mirror of https://github.com/Adam-Ant/home-assistant synced 2024-07-06 05:36:10 +00:00

Feedreader automation

This commit is contained in:
Adam Dodman 2017-05-20 00:25:57 +01:00
parent d3167a7b73
commit a2fa279870

9
automation/rssalert.yaml Normal file
View 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 }}"