Fixed the Typo from c738ed6754

This commit is contained in:
ccostan
2021-08-06 15:36:12 -04:00
parent c738ed6754
commit 9a8e03c0ab
6 changed files with 4 additions and 25 deletions

View File

@@ -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 }}"}