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
|
entity_id: script.kill_this_ride
|
||||||
- service: media_player.media_stop
|
- service: media_player.media_stop
|
||||||
entity_id: media_player.ha_speaker
|
entity_id: media_player.ha_speaker
|
||||||
|
|
||||||
- id: haunted_mansion_on
|
- id: haunted_mansion_on
|
||||||
alias: Haunted Mansion On
|
alias: Haunted Mansion On
|
||||||
initial_state: true
|
initial_state: true
|
||||||
|
@ -367,6 +368,7 @@ automation:
|
||||||
- script.holiday_wishes
|
- script.holiday_wishes
|
||||||
- script.american_adventure
|
- script.american_adventure
|
||||||
- script.disney_springs_xmas
|
- script.disney_springs_xmas
|
||||||
|
- script.this_is_halloween
|
||||||
from: 'on'
|
from: 'on'
|
||||||
to: 'off'
|
to: 'off'
|
||||||
action:
|
action:
|
||||||
|
@ -526,6 +528,7 @@ script:
|
||||||
- service: media_player.media_stop
|
- service: media_player.media_stop
|
||||||
entity_id: media_player.ha_speaker
|
entity_id: media_player.ha_speaker
|
||||||
- service: shell_command.alarm_off
|
- service: shell_command.alarm_off
|
||||||
|
- service: shell_command.vlc_off
|
||||||
- service: script.turn_off
|
- service: script.turn_off
|
||||||
data:
|
data:
|
||||||
entity_id: script.haunted_preshow
|
entity_id: script.haunted_preshow
|
||||||
|
@ -579,6 +582,8 @@ script:
|
||||||
entity_id: script.american_adventure
|
entity_id: script.american_adventure
|
||||||
- service: script.turn_off
|
- service: script.turn_off
|
||||||
entity_id: script.disney_springs_xmas
|
entity_id: script.disney_springs_xmas
|
||||||
|
- service: script.turn_off
|
||||||
|
entity_id: script.this_is_halloween
|
||||||
- service: shell_command.normal_vol
|
- service: shell_command.normal_vol
|
||||||
move_it_shake_it:
|
move_it_shake_it:
|
||||||
sequence:
|
sequence:
|
||||||
|
@ -880,3 +885,13 @@ script:
|
||||||
entity_id: script.illuminations_triple_light
|
entity_id: script.illuminations_triple_light
|
||||||
- service: script.turn_on
|
- 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