Compare commits

...

3 Commits

Author SHA1 Message Date
5722ed52e6 Reduce threshold for porch light 2023-01-29 07:53:45 -08:00
f29b58be9a Update Lighting 2023-01-13 17:26:27 -08:00
ee48bff488 Update Lighting 2023-01-13 17:11:34 -08:00

View File

@@ -107,19 +107,19 @@ scene:
entities:
light.living_room_light:
state: "on"
brightness: 128
brightness: 255
- name: Home Theater Low
entities:
light.living_room_light:
state: "on"
brightness: 80
brightness: 50
- name: Home Theater Dim
entities:
light.living_room_light:
state: "on"
brightness: 32
brightness: 20
- name: Home Theater Off
entities:
@@ -130,7 +130,7 @@ scene:
entities:
light.dining_room_light:
state: "on"
brightness: 64
brightness: 35
- name: Dining Room Full
entities:
@@ -297,10 +297,10 @@ automation:
trigger:
- platform: numeric_state
entity_id: proximity.jen
below: 10
below: 2
- platform: numeric_state
entity_id: proximity.jpk
below: 10
below: 2
condition:
- condition: state
alias: "Sun down"
@@ -324,3 +324,5 @@ automation:
- service: scene.turn_on
target:
entity_id: scene.dining_room_dim
data:
transition: 6