10 linhas
292 B
YAML
10 linhas
292 B
YAML
|
- alias: Update notifications
|
||
|
trigger:
|
||
|
- platform: state
|
||
|
entity_id: updater.updater
|
||
|
action:
|
||
|
service: notify.telegram_group
|
||
|
data_template:
|
||
|
title: 'Neuer Home Assistant Release'
|
||
|
message: "Home Assistant {{ states.updater.updater.state }} ist nun verfügbar."
|