mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-19 07:47:27 +00:00
Persistant Web Message taken from @sgauche
This commit is contained in:
parent
6a217496e7
commit
5275ff8d8e
@ -3,7 +3,23 @@
|
|||||||
trigger:
|
trigger:
|
||||||
platform: state
|
platform: state
|
||||||
entity_id: updater.updater
|
entity_id: updater.updater
|
||||||
|
|
||||||
|
condition:
|
||||||
|
- condition: template
|
||||||
|
value_template: "{{ states('updater.updater') != 'unknown' }}"
|
||||||
|
|
||||||
action:
|
action:
|
||||||
service: ifttt.trigger
|
- service: ifttt.trigger
|
||||||
data: {"event":"device_status", "value1":"Home Assistant Update: ", "value2":"Available"}
|
data: {"event":"device_status", "value1":"Home Assistant Update: ", "value2":"Available"}
|
||||||
|
|
||||||
|
- service: notify.html5
|
||||||
|
data_template:
|
||||||
|
title: "Update Available"
|
||||||
|
message: "Home Assistant {{ states('updater.updater') }} is available. - {{ as_timestamp(now()) | timestamp_custom('%I:%M:%S %p %d%b%Y', true) }}"
|
||||||
|
data:
|
||||||
|
url: "https://home-assistant.io/getting-started/installation-raspberry-pi-all-in-one/#upgrading"
|
||||||
|
- service: persistent_notification.create
|
||||||
|
data:
|
||||||
|
title: "Update Available"
|
||||||
|
message: "Home Assistant {{ states('updater.updater') }} is available. - {{ as_timestamp(now()) | timestamp_custom('%I:%M:%S %p %d%b%Y', true) }}"
|
||||||
|
notification_id: "update_available"
|
Loading…
x
Reference in New Issue
Block a user