From f190b0472e3463e10e1baf564e14fc8b0600f756 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Sat, 5 Feb 2022 17:16:55 -0500 Subject: [PATCH] Fixed sensor name for tornado warning alerts --- automations.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/automations.yaml b/automations.yaml index 67b6bca..2df5723 100644 --- a/automations.yaml +++ b/automations.yaml @@ -3,7 +3,7 @@ description: '' trigger: - platform: numeric_state - entity_id: sensor.weatheralerts_1_active_alerts + entity_id: sensor.weatheralerts_active_alerts attribute: tornado_warning_count above: '0' condition: [] @@ -18,6 +18,7 @@ - switch.adaptive_lighting_mud_room - switch.adaptive_lighting_nursery - switch.adaptive_lighting_upstairs_hallway + data: {} - service: scene.turn_on target: entity_id: @@ -30,6 +31,7 @@ - scene.mud_room_bright - scene.nursery_bright - scene.upstairs_hallway_bright + data: {} - service: notify.notify data: title: Tornado Warning - TAKE COVER!