Compare commits
3 Commits
62013c02c3
...
5722ed52e6
| Author | SHA1 | Date | |
|---|---|---|---|
| 5722ed52e6 | |||
| f29b58be9a | |||
| ee48bff488 |
@@ -107,19 +107,19 @@ scene:
|
|||||||
entities:
|
entities:
|
||||||
light.living_room_light:
|
light.living_room_light:
|
||||||
state: "on"
|
state: "on"
|
||||||
brightness: 128
|
brightness: 255
|
||||||
|
|
||||||
- name: Home Theater Low
|
- name: Home Theater Low
|
||||||
entities:
|
entities:
|
||||||
light.living_room_light:
|
light.living_room_light:
|
||||||
state: "on"
|
state: "on"
|
||||||
brightness: 80
|
brightness: 50
|
||||||
|
|
||||||
- name: Home Theater Dim
|
- name: Home Theater Dim
|
||||||
entities:
|
entities:
|
||||||
light.living_room_light:
|
light.living_room_light:
|
||||||
state: "on"
|
state: "on"
|
||||||
brightness: 32
|
brightness: 20
|
||||||
|
|
||||||
- name: Home Theater Off
|
- name: Home Theater Off
|
||||||
entities:
|
entities:
|
||||||
@@ -130,7 +130,7 @@ scene:
|
|||||||
entities:
|
entities:
|
||||||
light.dining_room_light:
|
light.dining_room_light:
|
||||||
state: "on"
|
state: "on"
|
||||||
brightness: 64
|
brightness: 35
|
||||||
|
|
||||||
- name: Dining Room Full
|
- name: Dining Room Full
|
||||||
entities:
|
entities:
|
||||||
@@ -297,10 +297,10 @@ automation:
|
|||||||
trigger:
|
trigger:
|
||||||
- platform: numeric_state
|
- platform: numeric_state
|
||||||
entity_id: proximity.jen
|
entity_id: proximity.jen
|
||||||
below: 10
|
below: 2
|
||||||
- platform: numeric_state
|
- platform: numeric_state
|
||||||
entity_id: proximity.jpk
|
entity_id: proximity.jpk
|
||||||
below: 10
|
below: 2
|
||||||
condition:
|
condition:
|
||||||
- condition: state
|
- condition: state
|
||||||
alias: "Sun down"
|
alias: "Sun down"
|
||||||
@@ -324,3 +324,5 @@ automation:
|
|||||||
- service: scene.turn_on
|
- service: scene.turn_on
|
||||||
target:
|
target:
|
||||||
entity_id: scene.dining_room_dim
|
entity_id: scene.dining_room_dim
|
||||||
|
data:
|
||||||
|
transition: 6
|
||||||
|
|||||||
Reference in New Issue
Block a user