2019-01-16 12:47:15 +00:00
|
|
|
- alias: Update notifications
|
|
|
|
trigger:
|
|
|
|
- platform: state
|
|
|
|
entity_id: updater.updater
|
|
|
|
action:
|
2019-02-16 22:15:11 +00:00
|
|
|
service: notify.telegram_fb
|
|
|
|
data_template:
|
2019-01-16 12:47:15 +00:00
|
|
|
title: 'Neuer Home Assistant Release'
|
|
|
|
message: "Home Assistant {{ states.updater.updater.state }} ist nun verfügbar."
|