-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathautomations.yaml
91 lines (91 loc) · 1.99 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
- id: '1646642370951'
alias: Lichten uit na zonsopgang
description: ''
trigger:
- platform: sun
event: sunrise
offset: 00:30:00
condition: []
action:
- type: turn_off
device_id: 5dc20e0839dd3610bc8e8c57bfcb4d8f
entity_id: light.zolder
domain: light
- type: turn_off
device_id: 8ba499081f279fd844a9d2b2d12c2508
entity_id: light.toms_nachtlamp
domain: light
enabled: false
mode: single
- id: '1668245502479'
alias: Lichten aan voor zonsondergang
description: ''
trigger:
- platform: sun
event: sunset
offset: -00:30:00
condition: []
action:
- type: turn_on
device_id: 5dc20e0839dd3610bc8e8c57bfcb4d8f
entity_id: light.zolder
domain: light
- type: turn_on
device_id: 8ba499081f279fd844a9d2b2d12c2508
entity_id: light.toms_nachtlamp
domain: light
enabled: false
mode: single
- id: '1668641980481'
alias: Vochtigheid
description: ''
trigger:
- platform: state
entity_id:
- binary_sensor.te_vochtig
from: 'off'
to: 'on'
condition: []
action:
- service: notify.notifications_group
data:
message: Te vochtig in huis
mode: single
- id: '1673214357747'
alias: TV uit
description: ''
trigger:
- platform: state
entity_id:
- media_player.lijstje
to: 'off'
condition: []
action:
- type: turn_off
device_id: ea4713e04251beb893fd596a20e217b7
entity_id: light.hue_smart_plug_1_3
domain: light
- type: turn_off
device_id: c28e66fcb13aebc6cc25eb5e47580e8d
entity_id: light.hue_smart_plug_1_4
domain: light
mode: single
- id: '1673214524889'
alias: TV aan
description: ''
trigger:
- platform: state
entity_id:
- media_player.lijstje
from: 'off'
condition: []
action:
- type: turn_on
device_id: ea4713e04251beb893fd596a20e217b7
entity_id: light.hue_smart_plug_1_3
domain: light
- type: turn_on
device_id: c28e66fcb13aebc6cc25eb5e47580e8d
entity_id: light.hue_smart_plug_1_4
domain: light
mode: single