home-assistant-config/automations/system/update.yaml

13 lines
385 B
YAML
Raw Normal View History

# Get notifications when new updates are available
2021-12-12 22:28:21 -05:00
- alias: "Update Available Notification"
id: "ae8b75ea-0914-4816-a772-4d0224b262fa"
2021-12-12 22:28:21 -05:00
trigger:
- platform: state
entity_id: update.home_assistant_core_update
2021-12-12 22:28:21 -05:00
to: "on"
action:
- service: notify.notify
data:
title: "New update available"
message: "Home Assistant Core update is available."