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

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