mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-22 00:55:18 +00:00
8 lines
242 B
YAML
8 lines
242 B
YAML
|
- 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"}
|
||
|
|