1
0
mirror of https://github.com/Adam-Ant/home-assistant synced 2024-09-08 15:53:53 +00:00
home-assistant/automation/rssalert.yaml

10 lines
227 B
YAML
Raw Normal View History

2017-05-19 23:25:57 +00:00
- alias: RSS Alert
trigger:
- platform: event
event_type: feedreader
action:
- service: notify.adams_android
data:
title: 'New RSS Post!'
2017-05-22 13:57:09 +00:00
message: "{{ trigger.event.data.content }}"