Compare commits
3 Commits
62013c02c3
...
5722ed52e6
| Author | SHA1 | Date | |
|---|---|---|---|
| 5722ed52e6 | |||
| f29b58be9a | |||
| ee48bff488 |
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user