Comment out things we don't need.
This commit is contained in:
parent
d9ba4e5c64
commit
61e8c7c412
|
@ -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.'
|
||||||
|
|
Loading…
Reference in New Issue