-
Notifications
You must be signed in to change notification settings - Fork 1
/
LivingRoom.yaml
143 lines (143 loc) · 2.98 KB
/
LivingRoom.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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
- id: MinBrightnessLivingRoom
name: MinBrightnessLivingRoom
entities:
light.canape_gauche:
state: on
brightness: 1
light.canape_droite:
state: on
brightness: 1
light.color:
state: on
brightness: 1
- id: MaxBrightnessLivingRoom
name: MaxBrightnessLivingRoom
entities:
light.canape_gauche:
state: on
brightness: 255
light.canape_droite:
state: on
brightness: 255
light.color:
state: on
brightness: 255
- name: LivingRoomOff
id: LivingRoomOff
entities:
light.canape_gauche:
state: off
light.canape_droite:
state: off
light.color:
state: off
- id: WhiteLivingRoom
name: WhiteLivingRoom
entities:
light.canape_gauche:
state: on
color_temp: 200
light.canape_droite:
state: on
color_temp: 200
light.color:
state: on
color_temp: 200
- name: PurpleLivingRoom
entities:
light.canape_gauche:
state: on
rgb_color: [255,23,69]
light.canape_droite:
state: on
rgb_color: [255,23,69]
light.color:
state: on
rgb_color: [255,23,69]
- name: PinkLivingRoom
id: PinkLivingRoom
entities:
light.canape_gauche:
state: on
rgb_color: [255,82,170]
light.canape_droite:
state: on
rgb_color: [255,104,179]
light.color:
state: on
rgb_color: [255,36,147]
- name: BlueLivingRoom
id: BlueLivingRoom
entities:
light.canape_gauche:
state: on
rgb_color: [0,0,255]
light.canape_droite:
state: on
rgb_color: [0,0,255]
light.color:
state: on
rgb_color: [63,0,255]
- name: TurquoiseLivingRoom
id: TurquoiseLivingRoom
entities:
light.canape_gauche:
state: on
rgb_color: [72,255,236]
light.canape_droite:
state: on
rgb_color: [72,255,236]
light.color:
state: on
rgb_color: [127,255,212]
- name: OrangeLivingRoom
id: OrangeLivingRoom
entities:
light.canape_gauche:
state: on
rgb_color: [255,68,0]
light.canape_droite:
state: on
rgb_color: [255,68,0]
light.color:
state: on
rgb_color: [255,117,24]
- name: RedLivingRoom
id: RedLivingRoom
entities:
light.canape_gauche:
state: on
rgb_color: [255,0,0]
light.canape_droite:
state: on
rgb_color: [255,0,0]
light.color:
state: on
rgb_color: [255,0,0]
- name: CandleLivingRoom
id: CandleLivingRoom
entities:
light.canape_gauche:
state: on
rgb_color: [255,136,13]
light.canape_droite:
state: on
rgb_color: [255,136,13]
light.color:
state: on
rgb_color: [255,166,87]
- name: NightTimeLivingRoom
id: NightTimeLivingRoom
entities:
light.canape_gauche:
state: on
rgb_color: [255,255,255]
brightness: 128
light.canape_droite:
state: on
rgb_color: [255,255,255]
brightness: 128
light.color:
state: on
rgb_color: [255,36,147]
brightness: 256