pre-merge (kinda fucked up before)

This commit is contained in:
John Lancaster
2024-01-28 09:04:54 -06:00
parent dee31fe6f1
commit af8d13bfce
15 changed files with 162 additions and 102 deletions

View File

@@ -6,22 +6,22 @@ bathroom:
- time: '05:00:00'
scene:
light.bathroom:
brightness_pct: 40
brightness: 100
color_temp: 250
- time: '12:00:00'
scene:
light.bathroom:
brightness_pct: 70
brightness: 175
color_temp: 300
- time: sunset
scene:
light.bathroom:
brightness_pct: 50
brightness: 125
color_temp: 350
- time: '23:00:00'
scene:
light.bathroom:
brightness_pct: 20
brightness: 50
color_temp: 350
sleep: input_boolean.sleeping
sleep_state:
@@ -33,10 +33,10 @@ bathroom:
bathroom_button:
module: button
class: ButtonController
class: Button
app: bathroom
ref_entity: light.bathroom
button: Bathroom Button
ref_entity: light.bathroom
bathroom_motion:
module: motion

View File

@@ -8,11 +8,11 @@ bedroom:
light.bedroom:
state: on
color_temp: 200
brightness_pct: 20
brightness: 50
light.globe:
state: on
color_temp: 200
brightness_pct: 20
brightness: 50
light.overhead:
state: off
- time: '06:00:00'
@@ -20,62 +20,62 @@ bedroom:
light.bedroom:
state: on
color_temp: 250
brightness_pct: 20
brightness: 50
light.globe:
state: on
color_temp: 250
brightness_pct: 20
brightness: 50
light.overhead:
state: on
color_temp: 250
brightness_pct: 15
brightness: 40
- time: '12:00:00'
scene:
light.bedroom:
state: on
color_temp: 325
brightness_pct: 30
brightness: 75
light.globe:
state: on
color_temp: 325
brightness_pct: 30
brightness: 75
light.overhead:
state: on
color_temp: 325
brightness_pct: 50
brightness: 50
- time: 'sunset'
scene:
light.bedroom:
state: on
color_temp: 325
brightness_pct: 50
brightness: 50
light.globe:
state: on
color_temp: 325
brightness_pct: 50
brightness: 50
light.overhead:
state: on
color_temp: 350
brightness_pct: 10
brightness: 65
- time: '01:00:00'
scene:
light.bedroom:
state: on
color_name: green
brightness_pct: 50
brightness: 50
light.globe:
state: on
color_name: blue
brightness_pct: 50
brightness: 50
light.overhead:
state: on
color_name: blueviolet
brightness_pct: 100
brightness: 255
sleep: input_boolean.sleeping
bedroom_buttons:
module: button
class: ButtonController
class: Button
app: bedroom
ref_entity: light.bedroom
button:

View File

@@ -6,22 +6,22 @@ closet:
- time: 'sunrise - 03:00:00'
scene:
light.closet:
brightness_pct: 10
brightness: 25
color_temp: 200
- time: 'sunrise'
scene:
light.closet:
brightness_pct: 30
brightness: 75
color_temp: 200
- time: '12:00:00'
scene:
light.closet:
brightness_pct: 70
brightness: 175
color_temp: 300
- time: sunset
scene:
light.closet:
brightness_pct: 40
brightness: 100
color_temp: 400
closet_motion:

View File

@@ -2,46 +2,46 @@ kitchen:
module: room_control
class: RoomController
off_duration: '00:10:00'
ha_button: input_button.activate_kitchen
# ha_button: input_button.activate_kitchen
sleep: input_boolean.sleeping
sleep_state:
scene:
light.kitchen:
state: on
brightness: 1
states:
- time: sunrise
scene:
light.kitchen:
state: on
color_temp: 200
brightness_pct: 10
brightness: 25
- time: '12:00:00'
scene:
light.kitchen:
state: on
color_temp: 300
brightness_pct: 30
brightness: 75
- time: sunset
scene:
light.kitchen:
state: on
color_temp: 450
brightness_pct: 40
brightness: 100
- time: '22:00:00'
off_duration: '00:02:00'
scene:
light.kitchen:
state: on
color_temp: 650
brightness_pct: 10
sleep: input_boolean.sleeping
sleep_state:
scene:
light.kitchen:
state: on
brightness_pct: 1
brightness: 25
kitchen_button:
module: button
class: ButtonController
class: Button
app: kitchen
ref_entity: light.kitchen
button: Kitchen Button
ref_entity: light.kitchen
kitchen_motion:
module: motion

View File

@@ -8,42 +8,42 @@ living_room:
light.living_room:
state: on
color_temp: 200
brightness_pct: 30
brightness: 75
light.couch_corner:
state: on
color_temp: 200
brightness_pct: 7
brightness: 20
- time: '09:00:00'
scene:
light.living_room:
state: on
color_temp: 250
brightness_pct: 50
brightness: 130
light.couch_corner:
state: on
color_temp: 250
brightness_pct: 25
brightness: 65
- time: '12:00:00'
scene:
light.living_room:
state: on
color_temp: 300
brightness_pct: 100
brightness: 255
light.couch_corner:
state: on
color_temp: 450
brightness_pct: 50
brightness: 125
- time: sunset
off_duration: 01:00:00
scene:
light.living_room:
state: on
color_temp: 350
brightness_pct: 70
brightness: 175
light.couch_corner:
state: on
color_temp: 650
brightness_pct: 10
brightness: 25
- elevation: -20
direction: setting
off_duration: 00:30:00
@@ -51,29 +51,29 @@ living_room:
light.living_room:
state: on
color_temp: 350
brightness_pct: 50
brightness: 125
light.couch_corner:
state: on
color_temp: 650
brightness_pct: 5
brightness: 5
sleep: input_boolean.sleeping
sleep_state:
off_duration: '00:02:00'
# off_duration: '00:02:00'
scene:
light.living_room:
state: 'on'
color_name: 'red'
brightness_pct: 10
rgb_color: [255, 0, 0]
brightness: 25
front_door:
module: door
class: DoorControl
class: Door
app: living_room
door: binary_sensor.front_contact
living_room_button:
module: button
class: ButtonController
class: Button
app: living_room
button: Living Room Button
ref_entity: light.living_room