Skip to content

Commit

Permalink
Adding holiday light scenes
Browse files Browse the repository at this point in the history
  • Loading branch information
thejeffreystone committed Nov 28, 2020
1 parent 7b07417 commit 04511b1
Showing 1 changed file with 15 additions and 20 deletions.
35 changes: 15 additions & 20 deletions config/scenes.yaml
Expand Up @@ -382,25 +382,7 @@
state: 'on'
brightness: 255

#######################################
# Skylar
# - name: Skylar Full
# entities:
# input_number.skylar_tv_time: 120
# input_number.skylar_ps_time: 120
# input_number.skylar_yt_time: 60

# - name: Skylar restricted
# entities:
# input_number.skylar_tv_time: 0
# input_number.skylar_ps_time: 0
# input_number.skylar_yt_time: 0

# - name: Skylar Limited
# entities:
# input_number.skylar_tv_time: 60
# input_number.skylar_ps_time: 60
# input_number.skylar_yt_time: 0
######################################

- name: all fans off
entities:
Expand All @@ -414,4 +396,17 @@
switch.croft_fan:
state: 'on'
switch.livingroom_fan:
state: 'on'
state: 'on'

######################################
# Holiday
#
- name: holiday inside on
entities:
switch.av_system:
state: 'on'

- name: holiday off
entities:
switch.av_system:
state: 'off'

0 comments on commit 04511b1

Please sign in to comment.