Tornado automations now check vacation mode #34
This commit is contained in:
@ -6,7 +6,10 @@
|
|||||||
entity_id: sensor.weatheralerts_active_alerts
|
entity_id: sensor.weatheralerts_active_alerts
|
||||||
attribute: tornado_warning_count
|
attribute: tornado_warning_count
|
||||||
above: '0'
|
above: '0'
|
||||||
condition: []
|
condition:
|
||||||
|
- condition: state
|
||||||
|
entity_id: input_boolean.vacation_mode
|
||||||
|
state: 'off'
|
||||||
action:
|
action:
|
||||||
- service: input_boolean.turn_on
|
- service: input_boolean.turn_on
|
||||||
data: {}
|
data: {}
|
||||||
@ -327,7 +330,10 @@
|
|||||||
entity_id: sensor.weatheralerts_active_alerts
|
entity_id: sensor.weatheralerts_active_alerts
|
||||||
attribute: tornado_warning_count
|
attribute: tornado_warning_count
|
||||||
below: '1'
|
below: '1'
|
||||||
condition: []
|
condition:
|
||||||
|
- condition: state
|
||||||
|
entity_id: input_boolean.vacation_mode
|
||||||
|
state: 'off'
|
||||||
action:
|
action:
|
||||||
- service: script.max_brightness_cleanup
|
- service: script.max_brightness_cleanup
|
||||||
data: {}
|
data: {}
|
||||||
|
Reference in New Issue
Block a user