home-assistant-configuration/config/scenes.yaml

402 lines
7.9 KiB
YAML
Raw Normal View History

- name: all lights on
entities:
light.kitchen_cabinets:
2020-08-22 03:34:12 +00:00
state: 'on'
brightness: 100
light.kitchen_cabinet_lights:
2020-08-22 03:34:12 +00:00
state: 'on'
switch.upstairs:
2020-08-22 03:34:12 +00:00
state: 'on'
group.rgb_lr:
2020-08-22 03:34:12 +00:00
state: 'on'
brightness_pct: 100
rgb_color: [255,255,255]
switch.fireplace_lights:
2020-08-22 03:34:12 +00:00
state: 'on'
light.0xe20db9fffe004207_light:
2020-08-22 03:34:12 +00:00
state: 'on'
brightness: 100
light.0xe20db9fffe003637_light:
2020-08-22 03:34:12 +00:00
state: 'on'
brightness: 100
switch.0xf0d1b80000052281_switch:
2020-08-22 03:34:12 +00:00
state: 'on'
switch.rail_lights:
2020-08-22 03:34:12 +00:00
state: 'on'
light.0xb0ce18140003b334_light:
2020-08-22 03:34:12 +00:00
state: 'on'
brightness: 100
light.0xb0ce1814035bb3f0_light:
2020-08-22 03:34:12 +00:00
state: 'on'
brightness: 100
2019-02-21 17:49:55 +00:00
- name: normal livingroom lighting
2018-07-18 17:56:30 +00:00
entities:
group.rgb_lr:
2020-08-22 03:34:12 +00:00
state: 'on'
brightness: 255
color_temp: 369
rgb_color: [255,255,255]
# light.front_door_lamp:
2020-08-22 03:34:12 +00:00
# state: 'on'
# brightness: 255
# light.living_room_lamp:
2020-08-22 03:34:12 +00:00
# state: 'on'
# brightness: 250
2019-02-21 17:49:55 +00:00
- name: dimished livingroom lighting
entities:
light.livingroom_tower:
2020-08-22 03:34:12 +00:00
state: 'on'
2019-02-21 17:49:55 +00:00
brightness: 40
color_temp: 369
group.livingroom_lamps:
2020-08-22 03:34:12 +00:00
state: 'off'
switch.fireplace_lights:
2020-08-22 03:34:12 +00:00
state: 'off'
2019-02-21 17:49:55 +00:00
- name: illuminations livingroom lighting two
2018-07-18 17:56:30 +00:00
entities:
light.tower_lamp_2:
2020-08-22 03:34:12 +00:00
state: 'on'
2018-07-18 17:56:30 +00:00
brightness: 40
color_temp: 369
light.front_door_lamp:
2020-08-22 03:34:12 +00:00
state: 'on'
2018-07-18 17:56:30 +00:00
brightness: 40
color_temp: 369
light.living_room_lamp:
2020-08-22 03:34:12 +00:00
state: 'off'
switch.fireplace_lights:
2020-08-22 03:34:12 +00:00
state: 'off'
2019-02-21 17:49:55 +00:00
- name: illuminations livingroom lighting three
2018-07-18 17:56:30 +00:00
entities:
light.tower_lamp_2:
2020-08-22 03:34:12 +00:00
state: 'on'
2019-02-21 17:49:55 +00:00
brightness: 40
color_temp: 369
light.front_door_lamp:
2020-08-22 03:34:12 +00:00
state: 'on'
2019-02-21 17:49:55 +00:00
brightness: 40
light.living_room_lamp:
2020-08-22 03:34:12 +00:00
state: 'on'
2019-02-21 17:49:55 +00:00
brightness: 40
color_temp: 369
switch.fireplace_lights:
2020-08-22 03:34:12 +00:00
state: 'off'
2019-02-21 17:49:55 +00:00
# light.0xb0ce18140003608a_light = Tower Lamp
# light.0xb0ce181400051072_light_2 = Front Door Lamp
# light0xb0ce181400051b4c_light_2 = Table Lampo
2019-02-21 17:49:55 +00:00
- name: night time livingroom lighting
entities:
group.livingroom_tower:
2020-08-22 03:34:12 +00:00
state: 'on'
2018-07-18 17:56:30 +00:00
brightness: 10
color_temp: 369
group.livingroom_lamps:
2020-08-22 03:34:12 +00:00
state: 'off'
switch.fireplace_lights:
2020-08-22 03:34:12 +00:00
state: 'off'
2019-02-21 17:49:55 +00:00
- name: diminished kitchen lighting
2018-07-18 17:56:30 +00:00
entities:
light.kitchen_cabinets:
2020-08-22 03:34:12 +00:00
state: 'on'
2018-07-18 17:56:30 +00:00
brightness: 10
switch.ha_speaker:
2020-08-22 03:34:12 +00:00
state: 'off'
2019-02-21 17:49:55 +00:00
- name: normal kitchen lighting
2018-07-18 17:56:30 +00:00
entities:
light.kitchen_cabinets:
2020-08-22 03:34:12 +00:00
state: 'on'
2018-07-18 17:56:30 +00:00
brightness: 250
switch.ha_speaker:
2020-08-22 03:34:12 +00:00
state: 'on'
2018-07-18 17:56:30 +00:00
- name: lights out
entities:
light.kitchen_cabinets:
2020-08-22 03:34:12 +00:00
state: 'off'
switch.ha_speaker:
2020-08-22 03:34:12 +00:00
state: 'off'
switch.croft_light:
2020-08-22 03:34:12 +00:00
state: 'off'
group.rgb_lr:
2020-08-22 03:34:12 +00:00
state: 'off'
switch.fireplace_lights:
2020-08-22 03:34:12 +00:00
state: 'off'
group.skylars_bedroom:
2020-08-22 03:34:12 +00:00
state: 'off'
group.master_bedroom:
2020-08-22 03:34:12 +00:00
state: 'off'
switch.rail_lights:
2020-08-22 03:34:12 +00:00
state: 'off'
2019-02-21 17:49:55 +00:00
- name: haunted preshow
entities:
group.kitchen:
2020-08-22 03:34:12 +00:00
state: 'off'
switch.fireplace_lights:
2020-08-22 03:34:12 +00:00
state: 'off'
group.rgb_lr:
2020-08-22 03:34:12 +00:00
state: 'on'
brightness: 255
switch.rail_lights:
2020-08-22 03:34:12 +00:00
state: 'off'
2019-02-21 17:49:55 +00:00
- name: haunted lights out
entities:
group.kitchen:
2020-08-22 03:34:12 +00:00
state: 'off'
group.livingroom:
2020-08-22 03:34:12 +00:00
state: 'off'
2019-02-21 17:49:55 +00:00
- name: wishes preshow
entities:
switch.ge_14291_in_wall_smart_switch_switch_2:
2020-08-22 03:34:12 +00:00
state: 'off'
group.rgb_lr:
2020-08-22 03:34:12 +00:00
state: 'off'
switch.fireplace_lights:
2020-08-22 03:34:12 +00:00
state: 'off'
switch.rail_lights:
2020-08-22 03:34:12 +00:00
state: 'on'
switch.christmas_tree:
2020-08-22 03:34:12 +00:00
state: 'off'
- name: wishes show
entities:
switch.christmas_tree:
2020-08-22 03:34:12 +00:00
state: 'on'
light.0xb0ce181400051b4c_light:
2020-08-22 03:34:12 +00:00
state: 'on'
brightness: 20
light.0xb0ce18140003608a_light:
2020-08-22 03:34:12 +00:00
state: 'on'
brightness: 20
light.0xb0ce181400051072_light:
2020-08-22 03:34:12 +00:00
state: 'on'
brightness: 20
- name: table lamp blue
entities:
group.livingroom_lamps:
2020-08-22 03:34:12 +00:00
state: 'on'
brightness_pct: 100
rgb_color: [65,105,255]
- name: tower lamp red
entities:
group.livingroom_tower:
2020-08-22 03:34:12 +00:00
state: 'on'
brightness_pct: 100
rgb_color: [255,40,0]
- name: front lamp green
entities:
group.livingroom_lamps:
2020-08-22 03:34:12 +00:00
state: 'on'
brightness_pct: 100
rgb_color: [0,128,0]
2019-02-21 17:49:55 +00:00
- name: jeff light on
entities:
light.jeff_lamp:
2020-08-22 03:34:12 +00:00
state: 'on'
brightness: 255
2019-02-21 17:49:55 +00:00
- name: jeff light off
entities:
light.jeff_lamp:
2020-08-22 03:34:12 +00:00
state: 'off'
2018-07-18 17:56:30 +00:00
2019-02-21 17:49:55 +00:00
- name: jeff wake up
entities:
light.jeff_lamp:
2020-08-22 03:34:12 +00:00
state: 'on'
brightness: 30
2019-02-21 17:49:55 +00:00
- name: jeff bedtime
entities:
light.jeff_lamp:
2020-08-22 03:34:12 +00:00
state: 'on'
brightness: 127
2019-02-21 17:49:55 +00:00
- name: jeff night light
entities:
light.jeff_lamp:
2020-08-22 03:34:12 +00:00
state: 'on'
brightness: 63
2018-07-18 17:56:30 +00:00
- name: skylar tower on
2019-07-23 13:42:41 +00:00
entities:
light.0xb0ce18140003b334_light:
2020-08-22 03:34:12 +00:00
state: 'on'
brightness: 255
2019-07-23 13:42:41 +00:00
- name: skylar tower 75
2019-07-23 13:42:41 +00:00
entities:
light.0xb0ce18140003b334_light:
2020-08-22 03:34:12 +00:00
state: 'on'
brightness: 192
2019-07-23 13:42:41 +00:00
- name: skylar tower 50
2019-07-23 13:42:41 +00:00
entities:
light.0xb0ce18140003b334_light:
2020-08-22 03:34:12 +00:00
state: 'on'
brightness: 130
2019-07-23 13:42:41 +00:00
- name: skylar tower 25
2019-07-23 13:42:41 +00:00
entities:
light.0xb0ce18140003b334_light:
2020-08-22 03:34:12 +00:00
state: 'on'
brightness: 63
2019-07-23 13:42:41 +00:00
- name: skylar tower off
2019-07-23 13:42:41 +00:00
entities:
light.0xb0ce18140003b334_light:
2020-08-22 03:34:12 +00:00
state: 'off'
2019-07-23 13:42:41 +00:00
- name: santa protocol
entities:
switch.christmas_tree:
2020-08-22 03:34:12 +00:00
state: 'on'
switch.rail_lights:
2020-08-22 03:34:12 +00:00
state: 'on'
- name: skylar room prebed
entities:
light.0xb0ce18140003b334_light:
2020-08-22 03:34:12 +00:00
state: 'on'
brightness: 192
light.wled_loftbed:
2020-08-22 03:34:12 +00:00
state: 'on'
brightness: 255
rgb_color: [63, 255, 0]
switch.0xf0d1b80000052281_switch:
2020-08-22 03:34:12 +00:00
state: 'on'
2019-09-07 19:11:00 +00:00
- name: skylar room sleep
entities:
2020-08-22 03:34:12 +00:00
input_boolean.audible_notifications:
state: 'off'
light.wled_loftbed:
2020-08-22 03:34:12 +00:00
state: 'on'
brightness_pct: 100
rgb_color: [63, 255, 0]
switch.0xf0d1b80000052281_switch:
2020-08-22 03:34:12 +00:00
state: 'on'
switch.wled_loftbed_nightlight:
2020-08-22 03:34:12 +00:00
state: 'on'
- name: skylar desk on
entities:
light.0xb0ce18140003b334_light:
state: 'on'
brightness: 255
light.0xb0ce1814035bb3f0_light:
state: 'on'
brightness: 127
2020-08-22 03:34:12 +00:00
- name: skylar desk off
entities:
light.0xb0ce18140003b334_light:
state: 'off'
light.0xb0ce1814035bb3f0_light:
state: 'off'
2019-09-07 19:11:00 +00:00
#########################################
# Haunted Manshion show scenes
#
# These scenes are used in the Haunted Mansion show that
# takes place when requested
- name : lr_cool_white
entities:
group.rgb_lr:
2020-08-22 03:34:12 +00:00
state: 'on'
brightness: 255
2019-09-07 19:11:00 +00:00
rgb_color: [255,255,255]
- name : lr_blue
entities:
group.rgb_lr:
2020-08-22 03:34:12 +00:00
state: 'on'
brightness: 255
2019-09-07 19:11:00 +00:00
color_name: "blue"
- name : lr_red
entities:
group.rgb_lr:
2020-08-22 03:34:12 +00:00
state: 'on'
brightness: 255
rgb_color: [255,40,0]
#######################################
# Home Audio
- name: normal audio
entities:
media_player.tsr_6750_a3ed2f:
2020-08-22 03:34:12 +00:00
state: 'on'
source: HDMI1
- name: quiet audio
entities:
media_player.tsr_6750_a3ed2f:
2020-08-22 03:34:12 +00:00
state: 'off'
#######################################
# Home Theather
- name: theater dark
entities:
group.theater_lights:
2020-08-22 03:34:12 +00:00
state: 'off'
- name: theater dim
entities:
group.theater_lights:
2020-08-22 03:34:12 +00:00
state: 'on'
brightness: 40
- name: theater bright
entities:
group.theater_lights:
2020-08-22 03:34:12 +00:00
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