mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-10 11:00:14 -04:00
initial push
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
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:
|
||||
- service: notify.mobile_app_pixel_7
|
||||
data:
|
||||
title: Update Available
|
||||
message: A Home Assistant update is available
|
||||
data:
|
||||
channel: "Alerts"
|
||||
importance: high
|
||||
Reference in New Issue
Block a user