1
1
home-automation-home-assistant/automations/hassio.yaml
Florian Brinker 80ebaa8e55 update
2019-02-16 23:15:11 +01:00

10 Zeilen
288 B
YAML

- alias: Update notifications
trigger:
- platform: state
entity_id: updater.updater
action:
service: notify.telegram_fb
data_template:
title: 'Neuer Home Assistant Release'
message: "Home Assistant {{ states.updater.updater.state }} ist nun verfügbar."