Skip to content

Commit

Permalink
Update nws_alerts_package.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
finity69x2 authored Aug 15, 2024
1 parent 43c1c38 commit 7155e88
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions packages/nws_alerts_package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ automation:
entity_id: script.notification_pushover_message
data:
variables:
target: Jeffs_phone
target: my_phone
message: >
"NWS: {{ state_attr('sensor.nws_alerts', 'Alerts')[0].Event }}"
sound: echo
Expand All @@ -282,7 +282,7 @@ automation:
entity_id: script.notification_pushover_message
data:
variables:
target: Jeffs_phone
target: my_phone
message: >
"NWS: {{ state_attr('sensor.nws_alerts', 'Alerts')[1].Event }}"
sound: echo
Expand All @@ -296,7 +296,7 @@ automation:
entity_id: script.notification_pushover_message
data:
variables:
target: Jeffs_phone
target: my_phone
message: >
"NWS: {{ state_attr('sensor.nws_alerts', 'Alerts')[2].Event }}"
sound: echo
Expand All @@ -311,7 +311,7 @@ automation:
entity_id: script.notification_pushover_message
data:
variables:
target: Jeffs_phone
target: my_phone
message: >
"NWS: {{ state_attr('sensor.nws_alerts', 'Alerts')[0].Event }}"
sound: echo
Expand All @@ -325,7 +325,7 @@ automation:
entity_id: script.notification_pushover_message
data:
variables:
target: Jeffs_phone
target: my_phone
message: >
"NWS: {{ state_attr('sensor.nws_alerts', 'Alerts')[1].Event }}"
sound: echo
Expand All @@ -340,7 +340,7 @@ automation:
entity_id: script.notification_pushover_message
data:
variables:
target: Jeffs_phone
target: my_phone
message: >
"NWS: {{ state_attr('sensor.nws_alerts', 'Alerts')[0].Event }}"
sound: echo
Expand All @@ -367,7 +367,7 @@ automation:
entity_id: script.notification_pushover_message
data:
variables:
target: Jeffs_phone
target: my_phone
message: "NWS: More Than 3 New Alerts! Check your local National Weather Service for all current alerts!"
sound: echo

Expand Down

0 comments on commit 7155e88

Please sign in to comment.