-
Notifications
You must be signed in to change notification settings - Fork 0
/
scripts.yaml
75 lines (75 loc) · 1.83 KB
/
scripts.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
light_off:
alias: Light off
sequence:
- data: {}
entity_id: light.hall_led
service: light.turn_off
- data: {}
entity_id: light.hall_wall
service: light.turn_off
- data: {}
entity_id: light.hall_main
service: light.turn_off
- data: {}
entity_id: light.living_edisson
service: light.turn_off
- data: {}
entity_id: light.living_main
service: light.turn_off
- service: light.turn_off
data: {}
entity_id: light.bedroom_light
- service: light.turn_off
data: {}
entity_id: light.kitchen_main_light_esp_wc
- service: light.turn_off
data: {}
entity_id: light.kitchen_led
- service: media_player.turn_off
data: {}
entity_id: media_player.q9
- service: cover.close_cover
data: {}
entity_id: cover.living_window_vent
- service: automation.turn_off
data: {}
entity_id: automation.stupid_vent
- service: switch.turn_off
data: {}
entity_id: switch.wc_fan
- service: automation.turn_off
target:
entity_id: automation.living_stsrt_vent
mode: single
light_on:
alias: Light on
sequence:
- data: {}
entity_id: light.hall_led
service: light.turn_on
- data: {}
entity_id: light.hall_wall
service: light.turn_on
- data: {}
entity_id: light.living_edisson
service: light.turn_on
- data: {}
entity_id: automation.turn_on_hall_led_stripe_at_8_40
service: automation.turn_on
- service: automation.turn_on
data: {}
entity_id: automation.living_edisson_motion
- service: light.turn_on
data: {}
entity_id: light.bedroom_light
- service: light.turn_on
data: {}
target:
entity_id: light.kitchen_led
- service: cover.open_cover
target:
entity_id: cover.living_window_vent
- service: automation.turn_on
target:
entity_id: automation.living_stsrt_vent
mode: single