Cleaning up for video
This commit is contained in:
parent
9cc97878a4
commit
ad7564ce95
|
@ -147,6 +147,10 @@ automation:
|
||||||
- service: media_player.media_stop
|
- service: media_player.media_stop
|
||||||
entity_id: media_player.ha_speaker
|
entity_id: media_player.ha_speaker
|
||||||
|
|
||||||
|
|
||||||
|
#######################################
|
||||||
|
# Turn on / off Haunted Mansion show
|
||||||
|
|
||||||
- id: haunted_mansion_on
|
- id: haunted_mansion_on
|
||||||
alias: Haunted Mansion On
|
alias: Haunted Mansion On
|
||||||
initial_state: true
|
initial_state: true
|
||||||
|
@ -168,6 +172,9 @@ automation:
|
||||||
- service: script.kill_this_ride
|
- service: 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: spaceship_earth_on
|
- id: spaceship_earth_on
|
||||||
alias: Spaceship Earth On
|
alias: Spaceship Earth On
|
||||||
initial_state: true
|
initial_state: true
|
||||||
|
@ -464,6 +471,9 @@ script:
|
||||||
- service: scene.turn_on
|
- service: scene.turn_on
|
||||||
data:
|
data:
|
||||||
entity_id: scene.haunted_preshow
|
entity_id: scene.haunted_preshow
|
||||||
|
|
||||||
|
##############################################
|
||||||
|
# Haunted Mansion Show
|
||||||
haunted_mansion_start:
|
haunted_mansion_start:
|
||||||
sequence:
|
sequence:
|
||||||
- condition: state
|
- condition: state
|
||||||
|
@ -507,6 +517,8 @@ script:
|
||||||
data:
|
data:
|
||||||
rgb_color: [255,255,255]
|
rgb_color: [255,255,255]
|
||||||
brightness_pct: 25
|
brightness_pct: 25
|
||||||
|
###############################################
|
||||||
|
|
||||||
kill_haunted_mansion:
|
kill_haunted_mansion:
|
||||||
sequence:
|
sequence:
|
||||||
- service: shell_command.alarm_off
|
- service: shell_command.alarm_off
|
||||||
|
|
Loading…
Reference in New Issue