From 8c2c141cc192871bda261f9539dae20f065993ad Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Thu, 22 Sep 2022 19:56:50 -0400 Subject: [PATCH] Weather notifications now use text alert instead of notify --- packages/weatheralerts.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/weatheralerts.yaml b/packages/weatheralerts.yaml index 4ddb810..8faf830 100644 --- a/packages/weatheralerts.yaml +++ b/packages/weatheralerts.yaml @@ -1497,7 +1497,7 @@ automation: entity_id: input_boolean.lightning_warning state: 'off' action: - - service: script.text_notify_all + - service: script.text_alert data: title: "Lightning Detected!" message: >- @@ -1518,7 +1518,7 @@ automation: entity_id: input_boolean.lightning_warning state: 'on' action: - - service: script.text_notify_all + - service: script.text_alert data: title: "Lightning Clear" message: "The lightning threat has passed. It is safe to resume normal activities." @@ -1547,7 +1547,7 @@ automation: entity_id: binary_sensor.windows state: 'on' action: - - service: script.text_notify_all + - service: script.text_alert data: title: "WINDOWS ARE OPEN!" message: "It is raining and there are windows open in the house. Please close them!"