From 61e8c7c41284dfd86c011684f7b9b9d9e55706fc Mon Sep 17 00:00:00 2001 From: ccostan Date: Fri, 5 Oct 2018 20:34:01 -0400 Subject: [PATCH] Comment out things we don't need. --- config/packages/alarm_clock.yaml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/config/packages/alarm_clock.yaml b/config/packages/alarm_clock.yaml index 40e69c95..442ab3cd 100755 --- a/config/packages/alarm_clock.yaml +++ b/config/packages/alarm_clock.yaml @@ -66,18 +66,18 @@ automation: entity_id: input_boolean.clock_snooze #Turn on the clock - turn off the screensaver so we can see it. - - alias: Turn off Screensaver so we can see the time - trigger: - - platform: state - entity_id: - - binary_sensor.sleepnumber_carlo_carlo_is_in_bed - - binary_sensor.sleepnumber_carlo_stacey_is_in_bed - - light.bedroom_screensaver - to: 'off' - - action: - - service: light.turn_off - entity_id: light.clock_screensaver + # - alias: Turn off Screensaver so we can see the time + # trigger: + # - platform: state + # entity_id: + # - binary_sensor.sleepnumber_carlo_carlo_is_in_bed + # - binary_sensor.sleepnumber_carlo_stacey_is_in_bed + # - light.bedroom_screensaver + # to: 'off' + # + # action: + # - service: light.turn_off + # entity_id: light.clock_screensaver #-----Turn on the Music-------------------------------------- - alias: 'Play Radio when Snooze button is turned off.'