-
-
Notifications
You must be signed in to change notification settings - Fork 53
/
Copy pathautomations.yaml
60 lines (60 loc) · 1.42 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
- id: '1714494466617'
alias: Evening privacy
description: Close shade for privacy
trigger:
- platform: sun
event: sunset
offset: '30'
condition: []
action:
- device_id: 1090ed79d4175147c1a9faa3d9216647
domain: cover
entity_id: 7cda5b6c97ef3db6c5f63ac4bbf8512c
type: close
mode: single
- id: '1714494567531'
alias: Evening privcy
description: Close shades after sunset for privacy
trigger:
- platform: sun
event: sunrise
offset: '30'
condition: []
action:
- device_id: 1090ed79d4175147c1a9faa3d9216647
domain: cover
entity_id: 7cda5b6c97ef3db6c5f63ac4bbf8512c
type: close
mode: single
- id: '1714494640190'
alias: Morning sun
description: Let the morning sun in bedroom
trigger:
- platform: sun
event: sunrise
offset: '45'
condition: []
action:
- device_id: 1090ed79d4175147c1a9faa3d9216647
domain: cover
entity_id: 7cda5b6c97ef3db6c5f63ac4bbf8512c
type: open
mode: single
- id: '1714494731375'
alias: When too bright
description: When too bright, close shades to 80%
trigger:
- type: illuminance
platform: device
device_id: 5521ba9b2a784df5ade00332cb1283fc
entity_id: 0c8bc6ed62880501f8904ecbed5b9541
domain: sensor
above: 500
condition: []
action:
- device_id: 1090ed79d4175147c1a9faa3d9216647
domain: cover
entity_id: 7cda5b6c97ef3db6c5f63ac4bbf8512c
type: set_position
position: 80
mode: single