Actually use Tornado Alarm boolean
This commit is contained in:
@ -11,6 +11,10 @@
|
|||||||
entity_id: input_boolean.vacation_mode
|
entity_id: input_boolean.vacation_mode
|
||||||
state: 'off'
|
state: 'off'
|
||||||
action:
|
action:
|
||||||
|
- service: input_boolean.turn_on
|
||||||
|
data: {}
|
||||||
|
target:
|
||||||
|
entity_id: input_boolean.tornado_alarm
|
||||||
- service: script.max_brightness
|
- service: script.max_brightness
|
||||||
data: {}
|
data: {}
|
||||||
- service: script.text_notify
|
- service: script.text_notify
|
||||||
@ -453,6 +457,10 @@
|
|||||||
entity_id: input_boolean.vacation_mode
|
entity_id: input_boolean.vacation_mode
|
||||||
state: 'off'
|
state: 'off'
|
||||||
action:
|
action:
|
||||||
|
- service: input_boolean.turn_off
|
||||||
|
data: {}
|
||||||
|
target:
|
||||||
|
entity_id: input_boolean.tornado_alarm
|
||||||
- service: script.volume_reset
|
- service: script.volume_reset
|
||||||
data: {}
|
data: {}
|
||||||
- service: script.max_brightness_cleanup
|
- service: script.max_brightness_cleanup
|
||||||
|
Reference in New Issue
Block a user