13 lines
385 B
YAML
13 lines
385 B
YAML
# Get notifications when new updates are available
|
|
- alias: "Update Available Notification"
|
|
id: "ae8b75ea-0914-4816-a772-4d0224b262fa"
|
|
trigger:
|
|
- platform: state
|
|
entity_id: update.home_assistant_core_update
|
|
to: "on"
|
|
action:
|
|
- service: notify.notify
|
|
data:
|
|
title: "New update available"
|
|
message: "Home Assistant Core update is available."
|