mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-29 09:15:55 +00:00
Closes # 1085 - With Trigger IDs.
This commit is contained in:
@@ -26,11 +26,6 @@ automation:
|
||||
weekday:
|
||||
- wed
|
||||
action:
|
||||
- service: persistent_notification.create
|
||||
data:
|
||||
title: Low Ink
|
||||
message: "{{ trigger.to_state.attributes.friendly_name }} is at {{ trigger.to_state.state }} "
|
||||
notification_id: low-battery-alert
|
||||
- service: script.notify_engine
|
||||
data:
|
||||
value1: "{{ trigger.to_state.attributes.friendly_name }} is at {{ trigger.to_state.state }} "
|
||||
|
Reference in New Issue
Block a user