-
Notifications
You must be signed in to change notification settings - Fork 0
/
automations.yaml
42 lines (42 loc) · 905 Bytes
/
automations.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
- action:
- data:
brightness: 110
entity_id: light.geo_desk
kelvin: 3250
service: LIGHT.TURN_ON
- data:
brightness: 254
entity_id: light.office_table
kelvin: 4000
service: LIGHT.TURN_ON
- data:
brightness: 200
entity_id: light.desk_lamp
kelvin: 3200
service: light.turn_on
- data:
brightness: 175
entity_id: light.floor_uplight
kelvin: 3700
service: light.turn_on
- data:
brightness: 165
entity_id: light.monitor_left
kelvin: 3700
service: light.turn_on
- data:
brightness: 165
entity_id: light.monitor_right
kelvin: 3700
service: light.turn_on
alias: daytime_office
condition:
- after: 07:00:00
before: '18:00:00'
condition: time
id: '1511247890074'
trigger:
- entity_id: light.office_table
from: 'off'
platform: state
to: 'on'