Skip to content

Commit

Permalink
Moving Halloween stuff to its own config
Browse files Browse the repository at this point in the history
  • Loading branch information
thejeffreystone committed Oct 6, 2019
1 parent 65b5df9 commit 7dfe5b3
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion packages/disney.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -367,6 +368,7 @@ automation:
- script.holiday_wishes
- script.american_adventure
- script.disney_springs_xmas
- script.this_is_halloween
from: 'on'
to: 'off'
action:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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

0 comments on commit 7dfe5b3

Please sign in to comment.