Fixed sensor name for tornado warning alerts

This commit is contained in:
2022-02-05 17:16:55 -05:00
parent afbe321ccf
commit f190b0472e

View File

@ -3,7 +3,7 @@
description: '' description: ''
trigger: trigger:
- platform: numeric_state - platform: numeric_state
entity_id: sensor.weatheralerts_1_active_alerts entity_id: sensor.weatheralerts_active_alerts
attribute: tornado_warning_count attribute: tornado_warning_count
above: '0' above: '0'
condition: [] condition: []
@ -18,6 +18,7 @@
- switch.adaptive_lighting_mud_room - switch.adaptive_lighting_mud_room
- switch.adaptive_lighting_nursery - switch.adaptive_lighting_nursery
- switch.adaptive_lighting_upstairs_hallway - switch.adaptive_lighting_upstairs_hallway
data: {}
- service: scene.turn_on - service: scene.turn_on
target: target:
entity_id: entity_id:
@ -30,6 +31,7 @@
- scene.mud_room_bright - scene.mud_room_bright
- scene.nursery_bright - scene.nursery_bright
- scene.upstairs_hallway_bright - scene.upstairs_hallway_bright
data: {}
- service: notify.notify - service: notify.notify
data: data:
title: Tornado Warning - TAKE COVER! title: Tornado Warning - TAKE COVER!