-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscene.yaml
More file actions
99 lines (98 loc) · 2.17 KB
/
scene.yaml
File metadata and controls
99 lines (98 loc) · 2.17 KB
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
######################
## Normal Mode Scenes#
######################
#
#- name: living_room_normal_on
# entities:
# group.lights_living_room:
# state: on
# xy_color: [0.4573, 0.41]
# brightness: 220
# transition: 1
#- name: downstairs_hall_normal_on
# entities:
# group.lights_downstairs_hall:
# state: on
# xy_color: [0.4573, 0.41]
# brightness: 220
# transition: 1
#- name: upstairs_hall_normal_on
# entities:
# group.lights_upstairs_hall:
# state: on
# xy_color: [0.4573, 0.41]
# brightness: 220
# transition: 1
# group.lights_stairs:
# state: on
# xy_color: [0.4573, 0.41]
# brightness: 220
# transition: 1
#- name: kitchen_normal_on
# entities:
# group.lights_kitchen:
# state: on
# xy_color: [0.4573, 0.41]
# brightness: 140
# transition: 1
#
######################
## Off Scenes #
######################
#
#- name: living_room_off
# entities:
# group.lights_living_room:
# state: off
#- name: downstairs_hall_off
# entities:
# group.lights_downstairs_hall:
# state: off
#- name: upstairs_hall_off
# entities:
# group.lights_upstairs_hall:
# state: off
# group.lights_stairs:
# state: off
#- name: kitchen_off
# entities:
# group.lights_kitchen:
# state: off
#
#####################
## Night Mode Scenes#
#####################
#
#- name: living_room_night_on
# entities:
# group.lights_living_room:
# state: on
# xy_color: [0.4573, 0.41]
# brightness: 20
# transition: 1
#- name: downstairs_hall_night_on
# entities:
# group.lights_downstairs_hall:
# state: on
# xy_color: [0.4573, 0.41]
# brightness: 10
# transition: 1
#- name: upstairs_hall_night_on
# entities:
# group.lights_upstairs_hall:
# state: on
# xy_color: [0.4573, 0.41]
# brightness: 10
# transition: 1
# group.lights_stairs:
# state: on
# xy_color: [0.4573, 0.41]
# brightness: 10
# transition: 1
#- name: kitchen_night_on
# entities:
# group.lights_kitchen:
# state: on
# xy_color: [0.6855,0.3107]
# brightness: 10
# transition: 1