mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-25 15:07:02 +00:00
Fixed the Typo from c738ed6754
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
- alias: "Wink Update Available Notification"
|
||||
id: 4f1d06f4-e051-4bbb-9d7f-4f2023c75ecd
|
||||
|
||||
|
||||
trigger:
|
||||
platform: template
|
||||
value_template: "{{ is_state_attr('binary_sensor.carlowink', 'update needed', True) }} != False }}"
|
||||
@@ -20,12 +20,6 @@
|
||||
data:
|
||||
url: "https://home-assistant.io/getting-started/installation-raspberry-pi-all-in-one/#upgrading"
|
||||
|
||||
- service: persistent_notification.create
|
||||
data:
|
||||
title: "Wink Update Available"
|
||||
message: "Wink Update is available. - {{ as_timestamp(now()) | timestamp_custom('%I:%M:%S %p %d%b%Y', true) }}"
|
||||
notification_id: "update_available"
|
||||
|
||||
- service: ifttt.trigger
|
||||
data: {"event":"GitPost", "value1":"Wink Update is available. - {{ as_timestamp(now()) | timestamp_custom('%I:%M:%S %p %d%b%Y', true) }}", "value2":"{{ states.binary_sensor.carlowink.attributes }}"}
|
||||
|
||||
|
Reference in New Issue
Block a user