mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-09-14 07:45:48 +00:00
Dont need the shell commands right now
This commit is contained in:
@@ -426,9 +426,9 @@ automation:
|
||||
|
||||
|
||||
script:
|
||||
kill_hurry_back:
|
||||
sequence:
|
||||
- service: shell_command.alarm_off
|
||||
# kill_hurry_back:
|
||||
# sequence:
|
||||
# - service: shell_command.alarm_off
|
||||
hurry_back_short:
|
||||
sequence:
|
||||
- condition: state
|
||||
@@ -472,55 +472,6 @@ script:
|
||||
data:
|
||||
entity_id: scene.haunted_preshow
|
||||
|
||||
# ##############################################
|
||||
# # Haunted Mansion Show
|
||||
# haunted_mansion_start:
|
||||
# sequence:
|
||||
# - condition: state
|
||||
# entity_id: input_boolean.audible_notifications
|
||||
# state: 'on'
|
||||
# - condition: state
|
||||
# entity_id: sensor.family_status
|
||||
# state: Home
|
||||
# - service: shell_command.normal_vol
|
||||
# - service: shell_command.haunted_mansion_preshow_full
|
||||
# - service: light.turn_on
|
||||
# entity_id: group.rgb_lr
|
||||
# data:
|
||||
# rgb_color: [255,255,255]
|
||||
# - delay: 00:01:06
|
||||
# - service: light.turn_on
|
||||
# entity_id: group.rgb_lr
|
||||
# data:
|
||||
# rgb_color: [73,119,255]
|
||||
# - delay: 00:00:15
|
||||
# - service: light.turn_on
|
||||
# entity_id: group.rgb_lr
|
||||
# data:
|
||||
# brightness_pct: 25
|
||||
# - delay: 00:00:37
|
||||
# - service: switch.turn_on
|
||||
# entity_id: switch.rail_lights
|
||||
# - service: switch.turn_off
|
||||
# entity_id: switch.rail_lights
|
||||
# - delay: 00:00:02
|
||||
# - service: scene.turn_on
|
||||
# data:
|
||||
# entity_id: scene.haunted_lights_out
|
||||
# - service: switch.turn_on
|
||||
# entity_id: switch.rail_lights
|
||||
# - service: switch.turn_off
|
||||
# entity_id: switch.rail_lights
|
||||
# - delay: 00:00:10
|
||||
# - service: light.turn_on
|
||||
# entity_id: group.rgb_lr
|
||||
# data:
|
||||
# rgb_color: [255,255,255]
|
||||
# brightness_pct: 25
|
||||
# - delay:
|
||||
# seconds: 160
|
||||
# ###############################################
|
||||
|
||||
kill_haunted_mansion:
|
||||
sequence:
|
||||
- service: shell_command.alarm_off
|
||||
@@ -560,8 +511,8 @@ script:
|
||||
sequence:
|
||||
- service: media_player.media_stop
|
||||
entity_id: media_player.theater
|
||||
- service: shell_command.alarm_off
|
||||
- service: shell_command.vlc_off
|
||||
# - service: shell_command.alarm_off
|
||||
# - service: shell_command.vlc_off
|
||||
- service: script.turn_off
|
||||
data:
|
||||
entity_id: script.haunted_preshow
|
||||
@@ -619,9 +570,9 @@ script:
|
||||
entity_id: script.this_is_halloween
|
||||
- service: script.turn_off
|
||||
entity_id: script.sleepy_hollow_readalong
|
||||
- service: shell_command.normal_vol
|
||||
- service: switch.turn_off
|
||||
entity_id: switch.ha_speaker
|
||||
# - service: shell_command.normal_vol
|
||||
# - service: switch.turn_off
|
||||
# entity_id: switch.ha_speaker
|
||||
- service: script.reset_show_inputs
|
||||
|
||||
reset_show_inputs:
|
||||
|
Reference in New Issue
Block a user