mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-20 12:10:28 +00:00
Fixed the Typo from c738ed6754
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user