-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscenes.yaml
executable file
·111 lines (100 loc) · 2.63 KB
/
scenes.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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
- name: Open curtains, a little bit
entities:
script.curtains_open_quarter: on
- name: Fan Rotation
entities:
script.fan_rotation: on
- name: Fan Ion
entities:
script.fan_ion: on
# - name: start
# entities:
# switch.bedroom_lamp: on
# switch.bedroom_fan: on
# switch.livingroom_wall_outlet: on
# switch.livingroom_desk_outlet: on
# switch.kitchen_outlet: on
# switch.pc_power: on
# switch.tv_power: on
# switch.hyperion: on
# light.jar_led:
# state: on
# rgb_color: [255,255,255]
# light.bathroom_led:
# state: on
# rgb_color: [255,255,255]
# light.br_lifx:
# state: on
# brightness: 255
# color_temp: 233
# rgb_color: [255,255,255]
# transition: 2
# light.lr_fireplace_color_lifx:
# state: on
# brightness: 255
# color_temp: 233
# rgb_color: [255,255,255]
# transition: 2
# light.lr_door_color_lifx:
# state: on
# brightness: 255
# color_temp: 233
# rgb_color: [255,255,255]
# transition: 2
#
# - name: shutdown
# entities:
# switch.bedroom_lamp: off
# switch.bedroom_fan: off
# switch.livingroom_wall_outlet: off
# switch.livingroom_desk_outlet: off
# switch.kitchen_outlet: off
# switch.pc_power: off
# switch.tv_power: off
# switch.hyperion: off
# light.jar_led: off
# light.bathroom_led: off
# light.br_lifx: off
# light.lr_fireplace_color_lifx: off
# light.lr_door_color_lifx: off
#
# - name: night_time
# entities:
# switch.bedroom_lamp: on
# switch.pc_power: on
# switch.tv_power: on
# light.br_lifx:
# state: on
# brightness: 255
# color_temp: 233
# rgb_color: [255,255,255]
# transition: 2
# light.lr_fireplace_color_lifx:
# state: on
# brightness: 255
# color_temp: 233
# rgb_color: [255,255,255]
# transition: 2
# light.lr_door_color_lifx:
# state: on
# brightness: 255
# color_temp: 233
# rgb_color: [255,255,255]
# transition: 2
####ARCHIVED####
# - name: blinds open
# entities:
# switch.bedroom_blinds: on
# switch.kitchen_blinds: on
# switch.livingroom_blinds: on
# - name: blinds close
# entities:
# switch.bedroom_blinds: off
# switch.kitchen_blinds: off
# switch.livingroom_blinds: off
# - name: vol up
# entities:
# script.vol_up: on
# - name: vol down
# entities:
# script.vol_down: on