Moving Halloween stuff to its own config
This commit is contained in:
parent
65b5df98f3
commit
7dfe5b3f06
|
@ -144,6 +144,7 @@ automation:
|
|||
entity_id: script.kill_this_ride
|
||||
- service: media_player.media_stop
|
||||
entity_id: media_player.ha_speaker
|
||||
|
||||
- id: haunted_mansion_on
|
||||
alias: Haunted Mansion On
|
||||
initial_state: true
|
||||
|
@ -367,6 +368,7 @@ automation:
|
|||
- script.holiday_wishes
|
||||
- script.american_adventure
|
||||
- script.disney_springs_xmas
|
||||
- script.this_is_halloween
|
||||
from: 'on'
|
||||
to: 'off'
|
||||
action:
|
||||
|
@ -526,6 +528,7 @@ script:
|
|||
- service: media_player.media_stop
|
||||
entity_id: media_player.ha_speaker
|
||||
- service: shell_command.alarm_off
|
||||
- service: shell_command.vlc_off
|
||||
- service: script.turn_off
|
||||
data:
|
||||
entity_id: script.haunted_preshow
|
||||
|
@ -579,6 +582,8 @@ script:
|
|||
entity_id: script.american_adventure
|
||||
- service: script.turn_off
|
||||
entity_id: script.disney_springs_xmas
|
||||
- service: script.turn_off
|
||||
entity_id: script.this_is_halloween
|
||||
- service: shell_command.normal_vol
|
||||
move_it_shake_it:
|
||||
sequence:
|
||||
|
@ -879,4 +884,14 @@ script:
|
|||
- service: script.turn_on
|
||||
entity_id: script.illuminations_triple_light
|
||||
- service: script.turn_on
|
||||
entity_id: script.illuminations_show
|
||||
entity_id: script.illuminations_show
|
||||
|
||||
this_is_halloween:
|
||||
sequence:
|
||||
- condition: state
|
||||
entity_id: input_boolean.audible_notifications
|
||||
state: 'on'
|
||||
- condition: state
|
||||
entity_id: sensor.family_status
|
||||
state: Home
|
||||
- service: shell_command.this_is_halloween
|
Loading…
Reference in New Issue