1
0
mirror of https://github.com/Adam-Ant/home-assistant synced 2024-07-06 05:36:10 +00:00
home-assistant/automation/rssalert.yaml
2017-05-22 14:57:09 +01:00

10 lines
227 B
YAML

- alias: RSS Alert
trigger:
- platform: event
event_type: feedreader
action:
- service: notify.adams_android
data:
title: 'New RSS Post!'
message: "{{ trigger.event.data.content }}"