Cleaming up yaml
This commit is contained in:
parent
c25798751f
commit
8c70257601
|
@ -1,91 +1,91 @@
|
||||||
- name: all lights on
|
- name: all lights on
|
||||||
entities:
|
entities:
|
||||||
light.kitchen_cabinets:
|
light.kitchen_cabinets:
|
||||||
state: on
|
state: 'on'
|
||||||
brightness: 100
|
brightness: 100
|
||||||
light.kitchen_cabinet_lights:
|
light.kitchen_cabinet_lights:
|
||||||
state: on
|
state: 'on'
|
||||||
switch.upstairs:
|
switch.upstairs:
|
||||||
state: on
|
state: 'on'
|
||||||
group.rgb_lr:
|
group.rgb_lr:
|
||||||
state: on
|
state: 'on'
|
||||||
brightness_pct: 100
|
brightness_pct: 100
|
||||||
rgb_color: [255,255,255]
|
rgb_color: [255,255,255]
|
||||||
switch.fireplace_lights:
|
switch.fireplace_lights:
|
||||||
state: on
|
state: 'on'
|
||||||
light.0xe20db9fffe004207_light:
|
light.0xe20db9fffe004207_light:
|
||||||
state: on
|
state: 'on'
|
||||||
brightness: 100
|
brightness: 100
|
||||||
light.0xe20db9fffe003637_light:
|
light.0xe20db9fffe003637_light:
|
||||||
state: on
|
state: 'on'
|
||||||
brightness: 100
|
brightness: 100
|
||||||
switch.0xf0d1b80000052281_switch:
|
switch.0xf0d1b80000052281_switch:
|
||||||
state: on
|
state: 'on'
|
||||||
switch.rail_lights:
|
switch.rail_lights:
|
||||||
state: on
|
state: 'on'
|
||||||
light.0xb0ce18140003b334_light:
|
light.0xb0ce18140003b334_light:
|
||||||
state: on
|
state: 'on'
|
||||||
brightness: 100
|
brightness: 100
|
||||||
light.0xb0ce1814035bb3f0_light:
|
light.0xb0ce1814035bb3f0_light:
|
||||||
state: on
|
state: 'on'
|
||||||
brightness: 100
|
brightness: 100
|
||||||
|
|
||||||
|
|
||||||
- name: normal livingroom lighting
|
- name: normal livingroom lighting
|
||||||
entities:
|
entities:
|
||||||
group.rgb_lr:
|
group.rgb_lr:
|
||||||
state: on
|
state: 'on'
|
||||||
brightness: 255
|
brightness: 255
|
||||||
color_temp: 369
|
color_temp: 369
|
||||||
rgb_color: [255,255,255]
|
rgb_color: [255,255,255]
|
||||||
# light.front_door_lamp:
|
# light.front_door_lamp:
|
||||||
# state: on
|
# state: 'on'
|
||||||
# brightness: 255
|
# brightness: 255
|
||||||
# light.living_room_lamp:
|
# light.living_room_lamp:
|
||||||
# state: on
|
# state: 'on'
|
||||||
# brightness: 250
|
# brightness: 250
|
||||||
|
|
||||||
- name: dimished livingroom lighting
|
- name: dimished livingroom lighting
|
||||||
entities:
|
entities:
|
||||||
light.livingroom_tower:
|
light.livingroom_tower:
|
||||||
state: on
|
state: 'on'
|
||||||
brightness: 40
|
brightness: 40
|
||||||
color_temp: 369
|
color_temp: 369
|
||||||
group.livingroom_lamps:
|
group.livingroom_lamps:
|
||||||
state: off
|
state: 'off'
|
||||||
switch.fireplace_lights:
|
switch.fireplace_lights:
|
||||||
state: off
|
state: 'off'
|
||||||
|
|
||||||
- name: illuminations livingroom lighting two
|
- name: illuminations livingroom lighting two
|
||||||
entities:
|
entities:
|
||||||
light.tower_lamp_2:
|
light.tower_lamp_2:
|
||||||
state: on
|
state: 'on'
|
||||||
brightness: 40
|
brightness: 40
|
||||||
color_temp: 369
|
color_temp: 369
|
||||||
light.front_door_lamp:
|
light.front_door_lamp:
|
||||||
state: on
|
state: 'on'
|
||||||
brightness: 40
|
brightness: 40
|
||||||
color_temp: 369
|
color_temp: 369
|
||||||
light.living_room_lamp:
|
light.living_room_lamp:
|
||||||
state: off
|
state: 'off'
|
||||||
switch.fireplace_lights:
|
switch.fireplace_lights:
|
||||||
state: off
|
state: 'off'
|
||||||
|
|
||||||
- name: illuminations livingroom lighting three
|
- name: illuminations livingroom lighting three
|
||||||
entities:
|
entities:
|
||||||
light.tower_lamp_2:
|
light.tower_lamp_2:
|
||||||
state: on
|
state: 'on'
|
||||||
brightness: 40
|
brightness: 40
|
||||||
color_temp: 369
|
color_temp: 369
|
||||||
light.front_door_lamp:
|
light.front_door_lamp:
|
||||||
state: on
|
state: 'on'
|
||||||
brightness: 40
|
brightness: 40
|
||||||
light.living_room_lamp:
|
light.living_room_lamp:
|
||||||
state: on
|
state: 'on'
|
||||||
brightness: 40
|
brightness: 40
|
||||||
color_temp: 369
|
color_temp: 369
|
||||||
switch.fireplace_lights:
|
switch.fireplace_lights:
|
||||||
state: off
|
state: 'off'
|
||||||
|
|
||||||
# light.0xb0ce18140003608a_light = Tower Lamp
|
# light.0xb0ce18140003608a_light = Tower Lamp
|
||||||
# light.0xb0ce181400051072_light_2 = Front Door Lamp
|
# light.0xb0ce181400051072_light_2 = Front Door Lamp
|
||||||
|
@ -94,115 +94,115 @@
|
||||||
- name: night time livingroom lighting
|
- name: night time livingroom lighting
|
||||||
entities:
|
entities:
|
||||||
group.livingroom_tower:
|
group.livingroom_tower:
|
||||||
state: on
|
state: 'on'
|
||||||
brightness: 10
|
brightness: 10
|
||||||
color_temp: 369
|
color_temp: 369
|
||||||
group.livingroom_lamps:
|
group.livingroom_lamps:
|
||||||
state: off
|
state: 'off'
|
||||||
switch.fireplace_lights:
|
switch.fireplace_lights:
|
||||||
state: off
|
state: 'off'
|
||||||
|
|
||||||
- name: diminished kitchen lighting
|
- name: diminished kitchen lighting
|
||||||
entities:
|
entities:
|
||||||
light.kitchen_cabinets:
|
light.kitchen_cabinets:
|
||||||
state: on
|
state: 'on'
|
||||||
brightness: 10
|
brightness: 10
|
||||||
switch.ha_speaker:
|
switch.ha_speaker:
|
||||||
state: off
|
state: 'off'
|
||||||
|
|
||||||
- name: normal kitchen lighting
|
- name: normal kitchen lighting
|
||||||
entities:
|
entities:
|
||||||
light.kitchen_cabinets:
|
light.kitchen_cabinets:
|
||||||
state: on
|
state: 'on'
|
||||||
brightness: 250
|
brightness: 250
|
||||||
switch.ha_speaker:
|
switch.ha_speaker:
|
||||||
state: on
|
state: 'on'
|
||||||
|
|
||||||
- name: lights out
|
- name: lights out
|
||||||
entities:
|
entities:
|
||||||
light.kitchen_cabinets:
|
light.kitchen_cabinets:
|
||||||
state: off
|
state: 'off'
|
||||||
switch.ha_speaker:
|
switch.ha_speaker:
|
||||||
state: off
|
state: 'off'
|
||||||
switch.croft_light:
|
switch.croft_light:
|
||||||
state: off
|
state: 'off'
|
||||||
group.rgb_lr:
|
group.rgb_lr:
|
||||||
state: off
|
state: 'off'
|
||||||
switch.fireplace_lights:
|
switch.fireplace_lights:
|
||||||
state: off
|
state: 'off'
|
||||||
group.skylars_bedroom:
|
group.skylars_bedroom:
|
||||||
state: off
|
state: 'off'
|
||||||
group.master_bedroom:
|
group.master_bedroom:
|
||||||
state: off
|
state: 'off'
|
||||||
switch.rail_lights:
|
switch.rail_lights:
|
||||||
state: off
|
state: 'off'
|
||||||
|
|
||||||
|
|
||||||
- name: haunted preshow
|
- name: haunted preshow
|
||||||
entities:
|
entities:
|
||||||
group.kitchen:
|
group.kitchen:
|
||||||
state: off
|
state: 'off'
|
||||||
switch.fireplace_lights:
|
switch.fireplace_lights:
|
||||||
state: off
|
state: 'off'
|
||||||
group.rgb_lr:
|
group.rgb_lr:
|
||||||
state: on
|
state: 'on'
|
||||||
brightness: 255
|
brightness: 255
|
||||||
switch.rail_lights:
|
switch.rail_lights:
|
||||||
state: off
|
state: 'off'
|
||||||
|
|
||||||
- name: haunted lights out
|
- name: haunted lights out
|
||||||
entities:
|
entities:
|
||||||
group.kitchen:
|
group.kitchen:
|
||||||
state: off
|
state: 'off'
|
||||||
group.livingroom:
|
group.livingroom:
|
||||||
state: off
|
state: 'off'
|
||||||
|
|
||||||
|
|
||||||
- name: wishes preshow
|
- name: wishes preshow
|
||||||
entities:
|
entities:
|
||||||
switch.ge_14291_in_wall_smart_switch_switch_2:
|
switch.ge_14291_in_wall_smart_switch_switch_2:
|
||||||
state: off
|
state: 'off'
|
||||||
group.rgb_lr:
|
group.rgb_lr:
|
||||||
state: off
|
state: 'off'
|
||||||
switch.fireplace_lights:
|
switch.fireplace_lights:
|
||||||
state: off
|
state: 'off'
|
||||||
switch.rail_lights:
|
switch.rail_lights:
|
||||||
state: on
|
state: 'on'
|
||||||
switch.christmas_tree:
|
switch.christmas_tree:
|
||||||
state: off
|
state: 'off'
|
||||||
|
|
||||||
- name: wishes show
|
- name: wishes show
|
||||||
entities:
|
entities:
|
||||||
switch.christmas_tree:
|
switch.christmas_tree:
|
||||||
state: on
|
state: 'on'
|
||||||
light.0xb0ce181400051b4c_light:
|
light.0xb0ce181400051b4c_light:
|
||||||
state: on
|
state: 'on'
|
||||||
brightness: 20
|
brightness: 20
|
||||||
light.0xb0ce18140003608a_light:
|
light.0xb0ce18140003608a_light:
|
||||||
state: on
|
state: 'on'
|
||||||
brightness: 20
|
brightness: 20
|
||||||
light.0xb0ce181400051072_light:
|
light.0xb0ce181400051072_light:
|
||||||
state: on
|
state: 'on'
|
||||||
brightness: 20
|
brightness: 20
|
||||||
|
|
||||||
- name: table lamp blue
|
- name: table lamp blue
|
||||||
entities:
|
entities:
|
||||||
group.livingroom_lamps:
|
group.livingroom_lamps:
|
||||||
state: on
|
state: 'on'
|
||||||
brightness_pct: 100
|
brightness_pct: 100
|
||||||
rgb_color: [65,105,255]
|
rgb_color: [65,105,255]
|
||||||
|
|
||||||
- name: tower lamp red
|
- name: tower lamp red
|
||||||
entities:
|
entities:
|
||||||
group.livingroom_tower:
|
group.livingroom_tower:
|
||||||
state: on
|
state: 'on'
|
||||||
brightness_pct: 100
|
brightness_pct: 100
|
||||||
rgb_color: [255,40,0]
|
rgb_color: [255,40,0]
|
||||||
|
|
||||||
- name: front lamp green
|
- name: front lamp green
|
||||||
entities:
|
entities:
|
||||||
group.livingroom_lamps:
|
group.livingroom_lamps:
|
||||||
state: on
|
state: 'on'
|
||||||
brightness_pct: 100
|
brightness_pct: 100
|
||||||
rgb_color: [0,128,0]
|
rgb_color: [0,128,0]
|
||||||
|
|
||||||
|
@ -210,95 +210,111 @@
|
||||||
- name: jeff light on
|
- name: jeff light on
|
||||||
entities:
|
entities:
|
||||||
light.jeff_lamp:
|
light.jeff_lamp:
|
||||||
state: on
|
state: 'on'
|
||||||
brightness: 255
|
brightness: 255
|
||||||
|
|
||||||
- name: jeff light off
|
- name: jeff light off
|
||||||
entities:
|
entities:
|
||||||
light.jeff_lamp:
|
light.jeff_lamp:
|
||||||
state: off
|
state: 'off'
|
||||||
|
|
||||||
|
|
||||||
- name: jeff wake up
|
- name: jeff wake up
|
||||||
entities:
|
entities:
|
||||||
light.jeff_lamp:
|
light.jeff_lamp:
|
||||||
state: on
|
state: 'on'
|
||||||
brightness: 10
|
brightness: 30
|
||||||
|
|
||||||
- name: jeff bedtime
|
- name: jeff bedtime
|
||||||
entities:
|
entities:
|
||||||
light.jeff_lamp:
|
light.jeff_lamp:
|
||||||
state: on
|
state: 'on'
|
||||||
brightness: 40
|
brightness: 127
|
||||||
|
|
||||||
- name: jeff night light
|
- name: jeff night light
|
||||||
entities:
|
entities:
|
||||||
light.jeff_lamp:
|
light.jeff_lamp:
|
||||||
state: on
|
state: 'on'
|
||||||
brightness: 10
|
brightness: 63
|
||||||
|
|
||||||
- name: skylar tower on
|
- name: skylar tower on
|
||||||
entities:
|
entities:
|
||||||
light.0xb0ce18140003b334_light:
|
light.0xb0ce18140003b334_light:
|
||||||
state: on
|
state: 'on'
|
||||||
brightness: 255
|
brightness: 255
|
||||||
|
|
||||||
- name: skylar tower 75
|
- name: skylar tower 75
|
||||||
entities:
|
entities:
|
||||||
light.0xb0ce18140003b334_light:
|
light.0xb0ce18140003b334_light:
|
||||||
state: on
|
state: 'on'
|
||||||
brightness: 192
|
brightness: 192
|
||||||
|
|
||||||
- name: skylar tower 50
|
- name: skylar tower 50
|
||||||
entities:
|
entities:
|
||||||
light.0xb0ce18140003b334_light:
|
light.0xb0ce18140003b334_light:
|
||||||
state: on
|
state: 'on'
|
||||||
brightness: 130
|
brightness: 130
|
||||||
|
|
||||||
- name: skylar tower 25
|
- name: skylar tower 25
|
||||||
entities:
|
entities:
|
||||||
light.0xb0ce18140003b334_light:
|
light.0xb0ce18140003b334_light:
|
||||||
state: on
|
state: 'on'
|
||||||
brightness: 63
|
brightness: 63
|
||||||
|
|
||||||
- name: skylar tower off
|
- name: skylar tower off
|
||||||
entities:
|
entities:
|
||||||
light.0xb0ce18140003b334_light:
|
light.0xb0ce18140003b334_light:
|
||||||
state: off
|
state: 'off'
|
||||||
|
|
||||||
- name: santa protocol
|
- name: santa protocol
|
||||||
entities:
|
entities:
|
||||||
switch.christmas_tree:
|
switch.christmas_tree:
|
||||||
state: on
|
state: 'on'
|
||||||
switch.rail_lights:
|
switch.rail_lights:
|
||||||
state: on
|
state: 'on'
|
||||||
|
|
||||||
- name: skylar room prebed
|
- name: skylar room prebed
|
||||||
entities:
|
entities:
|
||||||
light.0xb0ce18140003b334_light:
|
light.0xb0ce18140003b334_light:
|
||||||
state: on
|
state: 'on'
|
||||||
brightness: 192
|
brightness: 192
|
||||||
light.wled_loftbed:
|
light.wled_loftbed:
|
||||||
state: on
|
state: 'on'
|
||||||
brightness: 255
|
brightness: 255
|
||||||
rgb_color: [63, 255, 0]
|
rgb_color: [63, 255, 0]
|
||||||
switch.0xf0d1b80000052281_switch:
|
switch.0xf0d1b80000052281_switch:
|
||||||
state: on
|
state: 'on'
|
||||||
|
|
||||||
|
|
||||||
- name: skylar room sleep
|
- name: skylar room sleep
|
||||||
entities:
|
entities:
|
||||||
light.0xb0ce18140003b334_light:
|
input_boolean.audible_notifications:
|
||||||
state: off
|
state: 'off'
|
||||||
light.wled_loftbed:
|
light.wled_loftbed:
|
||||||
state: on
|
state: 'on'
|
||||||
brightness_pct: 100
|
brightness_pct: 100
|
||||||
rgb_color: [63, 255, 0]
|
rgb_color: [63, 255, 0]
|
||||||
switch.0xf0d1b80000052281_switch:
|
switch.0xf0d1b80000052281_switch:
|
||||||
state: on
|
state: 'on'
|
||||||
switch.wled_loftbed_nightlight:
|
switch.wled_loftbed_nightlight:
|
||||||
state: on
|
state: 'on'
|
||||||
|
|
||||||
|
- name: skylar desk on
|
||||||
|
entities:
|
||||||
|
light.0xb0ce18140003b334_light:
|
||||||
|
state: 'on'
|
||||||
|
brightness: 255
|
||||||
|
light.0xb0ce1814035bb3f0_light:
|
||||||
|
state: 'on'
|
||||||
|
brightness: 127
|
||||||
|
|
||||||
|
- name: skylar desk off
|
||||||
|
entities:
|
||||||
|
light.0xb0ce18140003b334_light:
|
||||||
|
state: 'off'
|
||||||
|
light.0xb0ce1814035bb3f0_light:
|
||||||
|
state: 'off'
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -311,21 +327,21 @@
|
||||||
- name : lr_cool_white
|
- name : lr_cool_white
|
||||||
entities:
|
entities:
|
||||||
group.rgb_lr:
|
group.rgb_lr:
|
||||||
state: on
|
state: 'on'
|
||||||
brightness: 255
|
brightness: 255
|
||||||
rgb_color: [255,255,255]
|
rgb_color: [255,255,255]
|
||||||
|
|
||||||
- name : lr_blue
|
- name : lr_blue
|
||||||
entities:
|
entities:
|
||||||
group.rgb_lr:
|
group.rgb_lr:
|
||||||
state: on
|
state: 'on'
|
||||||
brightness: 255
|
brightness: 255
|
||||||
color_name: "blue"
|
color_name: "blue"
|
||||||
|
|
||||||
- name : lr_red
|
- name : lr_red
|
||||||
entities:
|
entities:
|
||||||
group.rgb_lr:
|
group.rgb_lr:
|
||||||
state: on
|
state: 'on'
|
||||||
brightness: 255
|
brightness: 255
|
||||||
rgb_color: [255,40,0]
|
rgb_color: [255,40,0]
|
||||||
|
|
||||||
|
@ -336,13 +352,13 @@
|
||||||
- name: normal audio
|
- name: normal audio
|
||||||
entities:
|
entities:
|
||||||
media_player.tsr_6750_a3ed2f:
|
media_player.tsr_6750_a3ed2f:
|
||||||
state: on
|
state: 'on'
|
||||||
source: HDMI1
|
source: HDMI1
|
||||||
|
|
||||||
- name: quiet audio
|
- name: quiet audio
|
||||||
entities:
|
entities:
|
||||||
media_player.tsr_6750_a3ed2f:
|
media_player.tsr_6750_a3ed2f:
|
||||||
state: off
|
state: 'off'
|
||||||
|
|
||||||
#######################################
|
#######################################
|
||||||
# Home Theather
|
# Home Theather
|
||||||
|
@ -350,18 +366,18 @@
|
||||||
- name: theater dark
|
- name: theater dark
|
||||||
entities:
|
entities:
|
||||||
group.theater_lights:
|
group.theater_lights:
|
||||||
state: off
|
state: 'off'
|
||||||
|
|
||||||
- name: theater dim
|
- name: theater dim
|
||||||
entities:
|
entities:
|
||||||
group.theater_lights:
|
group.theater_lights:
|
||||||
state: on
|
state: 'on'
|
||||||
brightness: 40
|
brightness: 40
|
||||||
|
|
||||||
- name: theater bright
|
- name: theater bright
|
||||||
entities:
|
entities:
|
||||||
group.theater_lights:
|
group.theater_lights:
|
||||||
state: on
|
state: 'on'
|
||||||
brightness: 255
|
brightness: 255
|
||||||
|
|
||||||
#######################################
|
#######################################
|
||||||
|
|
Loading…
Reference in New Issue