Fixed the Typo from c738ed6754
This commit is contained in:
parent
c738ed6754
commit
9a8e03c0ab
|
@ -1 +1 @@
|
||||||
2021.8.0
|
2021.8.2
|
|
@ -20,12 +20,6 @@
|
||||||
data:
|
data:
|
||||||
url: "https://home-assistant.io/getting-started/installation-raspberry-pi-all-in-one/#upgrading"
|
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
|
- 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 }}"}
|
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:
|
my:
|
||||||
energy:
|
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:
|
config:
|
||||||
|
|
||||||
cloud:
|
cloud:
|
||||||
|
|
|
@ -47,11 +47,6 @@ automation:
|
||||||
condition: template
|
condition: template
|
||||||
value_template: "{% if states('sensor.low_battery') %}true{% endif %}"
|
value_template: "{% if states('sensor.low_battery') %}true{% endif %}"
|
||||||
action:
|
action:
|
||||||
- service: persistent_notification.create
|
|
||||||
data:
|
|
||||||
title: Low Battery
|
|
||||||
message: "{{ states('sensor.low_battery') }}"
|
|
||||||
notification_id: low-battery-alert
|
|
||||||
- service: script.notify_engine
|
- service: script.notify_engine
|
||||||
data:
|
data:
|
||||||
value1: "Low battery levels: {{ states('sensor.low_battery') }}"
|
value1: "Low battery levels: {{ states('sensor.low_battery') }}"
|
||||||
|
|
|
@ -47,11 +47,6 @@ automation:
|
||||||
# who: 'carlo'
|
# who: 'carlo'
|
||||||
# apns: 'information'
|
# apns: 'information'
|
||||||
#
|
#
|
||||||
# - service: persistent_notification.create
|
|
||||||
# data:
|
|
||||||
# title: "Travis-CI FAILURE"
|
|
||||||
# message: "Travis validation testing failed."
|
|
||||||
# notification_id: "travis_failed"
|
|
||||||
|
|
||||||
- alias: 'Closed Github Issue'
|
- alias: 'Closed Github Issue'
|
||||||
id: cccd9bef-17d9-48ae-87e3-6cf883712779
|
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, 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, Believe you can and you are halfway there. ",
|
||||||
"and one more thing, Good things take time. ",
|
"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, There is no place like home. ",
|
||||||
"and one more thing, Life can be tough but so are you. ",
|
"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. ",
|
"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, 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, 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, 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, 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, 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.",
|
"and one more thing, Be nice to others and nice things will happen to you.",
|
||||||
|
|
Loading…
Reference in New Issue