Comment out things we don't need.

This commit is contained in:
ccostan 2018-10-05 20:34:01 -04:00
parent d9ba4e5c64
commit 61e8c7c412
1 changed files with 12 additions and 12 deletions

View File

@ -66,18 +66,18 @@ automation:
entity_id: input_boolean.clock_snooze entity_id: input_boolean.clock_snooze
#Turn on the clock - turn off the screensaver so we can see it. #Turn on the clock - turn off the screensaver so we can see it.
- alias: Turn off Screensaver so we can see the time # - alias: Turn off Screensaver so we can see the time
trigger: # trigger:
- platform: state # - platform: state
entity_id: # entity_id:
- binary_sensor.sleepnumber_carlo_carlo_is_in_bed # - binary_sensor.sleepnumber_carlo_carlo_is_in_bed
- binary_sensor.sleepnumber_carlo_stacey_is_in_bed # - binary_sensor.sleepnumber_carlo_stacey_is_in_bed
- light.bedroom_screensaver # - light.bedroom_screensaver
to: 'off' # to: 'off'
#
action: # action:
- service: light.turn_off # - service: light.turn_off
entity_id: light.clock_screensaver # entity_id: light.clock_screensaver
#-----Turn on the Music-------------------------------------- #-----Turn on the Music--------------------------------------
- alias: 'Play Radio when Snooze button is turned off.' - alias: 'Play Radio when Snooze button is turned off.'