mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-09-14 23:55:18 +00:00
tRYING TO RESOLVE AND UPDATE AND REFACTOR THE NOTIFICTIONS TO ADHERE TO ios Closes #303
This commit is contained in:
@@ -61,7 +61,7 @@ automation:
|
||||
data:
|
||||
value1: "An emergency has been detected on {{ trigger.to_state.attributes.friendly_name }} Please investigate IMMEDIATELY."
|
||||
who: "family"
|
||||
apns_id: '{{ trigger.to_state.attributes.friendly_name }}'
|
||||
group: '{{ trigger.to_state.attributes.friendly_name }}'
|
||||
|
||||
- service: script.emergency
|
||||
data:
|
||||
@@ -92,5 +92,5 @@ automation:
|
||||
data:
|
||||
value1: "The {{ trigger.to_state.attributes.friendly_name }} is now {{ (trigger.to_state.state)|replace('_', ' ') }}. Please check immediately."
|
||||
who: "family"
|
||||
apns_id: '{{ trigger.to_state.attributes.friendly_name }}'
|
||||
group: '{{ trigger.to_state.attributes.friendly_name }}'
|
||||
|
||||
|
Reference in New Issue
Block a user