From f080bbf30bb0365186aee5d9ce7497f32a9bed5b Mon Sep 17 00:00:00 2001
From: Jeffrey Stone <thejeffreystone@gmail.com>
Date: Mon, 19 Mar 2018 06:41:37 -0400
Subject: [PATCH] Turning off theater automations temporarily

---
 automation/media.yaml | 74 +++++++++++++++++++++----------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

diff --git a/automation/media.yaml b/automation/media.yaml
index b61c6c3..cfb5202 100644
--- a/automation/media.yaml
+++ b/automation/media.yaml
@@ -4,45 +4,45 @@
 #
 ############
 
-- alias: "Movie Started - Turn Off Lights"
-  trigger:
-    - platform: state
-      entity_id: media_player.apple_tv
-      to: 'playing'
-  condition:
-    - condition: state
-      entity_id: sun.sun
-      state: 'below_horizon'
-  action:
-    - service: scene.turn_on
-      entity_id: scene.movie_time
+# - alias: "Movie Started - Turn Off Lights"
+#   trigger:
+#     - platform: state
+#       entity_id: media_player.apple_tv
+#       to: 'playing'
+#   condition:
+#     - condition: state
+#       entity_id: sun.sun
+#       state: 'below_horizon'
+#   action:
+#     - service: scene.turn_on
+#       entity_id: scene.movie_time
 
-- alias: "Movie Paused - Lights Dim"
-  trigger:
-    - platform: state
-      entity_id: media_player.apple_tv
-      from: 'playing'
-      to: 'paused'
-  condition:
-    - condition: state
-      entity_id: sun.sun
-      state: 'below_horizon'
-  action:
-    - service: scene.turn_on
-      entity_id: scene.livingroom_dim
+# - alias: "Movie Paused - Lights Dim"
+#   trigger:
+#     - platform: state
+#       entity_id: media_player.apple_tv
+#       from: 'playing'
+#       to: 'paused'
+#   condition:
+#     - condition: state
+#       entity_id: sun.sun
+#       state: 'below_horizon'
+#   action:
+#     - service: scene.turn_on
+#       entity_id: scene.livingroom_dim
 
-- alias: "Movie Stopped - Lights On"
-  trigger:
-    - platform: state
-      entity_id: media_player.apple_tv
-      from: 'playing'
-      to: 'idle'
-  condition:
-    - condition: state
-      entity_id: sun.sun
-      state: 'below_horizon'
-  action:
-    - service: script.house_lights_up
+# - alias: "Movie Stopped - Lights On"
+#   trigger:
+#     - platform: state
+#       entity_id: media_player.apple_tv
+#       from: 'playing'
+#       to: 'idle'
+#   condition:
+#     - condition: state
+#       entity_id: sun.sun
+#       state: 'below_horizon'
+#   action:
+#     - service: script.house_lights_up
       
   
 # - alias: "Movie Resumed - Lights Off"