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