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