mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-20 16:21:58 +00:00
8 lines
242 B
YAML
Executable File
8 lines
242 B
YAML
Executable File
- alias: "Update Available Notification"
|
|
trigger:
|
|
platform: state
|
|
entity_id: updater.updater
|
|
action:
|
|
service: ifttt.trigger
|
|
data: {"event":"device_status", "value1":"Home Assistant Update: ", "value2":"Available"}
|
|
|