Files
fresh-home/automations/platform/home_assistant_update_available.yaml
T
2025-10-10 20:24:52 -04:00

27 lines
594 B
YAML

alias: Home Assistant Update Available
id: automation_home_assistant_update_available
trigger:
- platform: state
entity_id: binary_sensor.latest_version_update_available
from: "off"
to: "on"
- platform: homeassistant
event: start
condition:
- alias: "Update Available"
condition: state
entity_id: binary_sensor.latest_version_update_available
state: "on"
action:
- action: notify.mobile_app_pixel_7
data:
title: Update Available
message: A Home Assistant update is available
data:
channel: "Alerts"
importance: high