home-automation-home-assistant/automations/hassio.yaml

10 líneas
292 B
YAML
Original Vista normal Histórico

2019-01-16 12:47:15 +00:00
- 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."