Fixed the Typo from c738ed6754
This commit is contained in:
parent
c738ed6754
commit
9a8e03c0ab
|
@ -1 +1 @@
|
|||
2021.8.0
|
||||
2021.8.2
|
|
@ -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 }}"}
|
||||
|
||||
|
|
|
@ -34,11 +34,6 @@ system_health:
|
|||
my:
|
||||
energy:
|
||||
|
||||
# #Note: The influxdb runs along side the HA DB. It does not replace it. influxdb is used to grab data for Grafana.
|
||||
# influxdb:
|
||||
# host: 192.168.10.10
|
||||
# database: home_assistant
|
||||
|
||||
config:
|
||||
|
||||
cloud:
|
||||
|
|
|
@ -47,11 +47,6 @@ automation:
|
|||
condition: template
|
||||
value_template: "{% if states('sensor.low_battery') %}true{% endif %}"
|
||||
action:
|
||||
- service: persistent_notification.create
|
||||
data:
|
||||
title: Low Battery
|
||||
message: "{{ states('sensor.low_battery') }}"
|
||||
notification_id: low-battery-alert
|
||||
- service: script.notify_engine
|
||||
data:
|
||||
value1: "Low battery levels: {{ states('sensor.low_battery') }}"
|
||||
|
|
|
@ -47,11 +47,6 @@ automation:
|
|||
# who: 'carlo'
|
||||
# apns: 'information'
|
||||
#
|
||||
# - service: persistent_notification.create
|
||||
# data:
|
||||
# title: "Travis-CI FAILURE"
|
||||
# message: "Travis validation testing failed."
|
||||
# notification_id: "travis_failed"
|
||||
|
||||
- alias: 'Closed Github Issue'
|
||||
id: cccd9bef-17d9-48ae-87e3-6cf883712779
|
||||
|
|
|
@ -242,7 +242,7 @@
|
|||
"and one more thing, Certain things catch your eye, but pursue only those that capture the heart. ",
|
||||
"and one more thing, Believe you can and you are halfway there. ",
|
||||
"and one more thing, Good things take time. ",
|
||||
"and one more thing, If you cant beat the Fear... just do it scared! "
|
||||
"and one more thing, If you cant beat the Fear... just do it scared! ",
|
||||
"and one more thing, There is no place like home. ",
|
||||
"and one more thing, Life can be tough but so are you. ",
|
||||
"and one more thing, Everything you have ever wanted is on the other side of fear. ",
|
||||
|
@ -258,7 +258,7 @@
|
|||
"and one more thing, If you can dream it, you can do it. ",
|
||||
"and one more thing, You can not fall if you do not climb. But there’s no joy in living your whole life on the ground. ",
|
||||
"and one more thing, Too many of us are not living our dreams because we are living our fears. ",
|
||||
"and one more thing, Live your dreams or live your fears. You can only choose one… ","
|
||||
"and one more thing, Live your dreams or live your fears. You can only choose one… ",
|
||||
"and one more thing, Challenges are what make life interesting and overcoming them is what makes life meaningful. ",
|
||||
"and one more thing, If you want to lift yourself up, lift up someone else. ",
|
||||
"and one more thing, Be nice to others and nice things will happen to you.",
|
||||
|
|
Loading…
Reference in New Issue