mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-04-03 04:19:50 +00:00
Tweaking weather Alerts
This commit is contained in:
parent
2061ec38fb
commit
7d49309371
@ -73,18 +73,18 @@
|
||||
action:
|
||||
- service: script.wxalert_tile
|
||||
|
||||
alias: "Weather Watch Tornado"
|
||||
trigger:
|
||||
- platform: numeric_state
|
||||
entity_id: sensor.pws_alerts
|
||||
above: 1
|
||||
condition:
|
||||
condition: or
|
||||
conditions:
|
||||
- condition: template
|
||||
value_template: '{{ states.sensor.pws_alerts.attributes.Description == "Tornado Watch" }}'
|
||||
- condition: template
|
||||
value_template: '{{ states.sensor.pws_alerts.attributes.Description_TOW == "Tornado Watch" }}'
|
||||
action:
|
||||
- service: input_boolean.turn_on
|
||||
entity_id: input_boolean.tornado_watch
|
||||
- alias: "Weather Watch Tornado"
|
||||
trigger:
|
||||
- platform: numeric_state
|
||||
entity_id: sensor.pws_alerts
|
||||
above: 1
|
||||
condition:
|
||||
condition: or
|
||||
conditions:
|
||||
- condition: template
|
||||
value_template: '{{ states.sensor.pws_alerts.attributes.Description == "Tornado Watch" }}'
|
||||
- condition: template
|
||||
value_template: '{{ states.sensor.pws_alerts.attributes.Description_TOW == "Tornado Watch" }}'
|
||||
action:
|
||||
- service: input_boolean.turn_on
|
||||
entity_id: input_boolean.tornado_watch
|
Loading…
x
Reference in New Issue
Block a user