-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscenes.yaml
116 lines (105 loc) · 2.29 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
112
113
114
115
116
#####
# Living room
#####
- name: Movie time
icon: mdi:theater
entities:
light.shelly_kitchen_light: "off"
light.shelly_kitchen_led_left: "off"
light.shelly_table_light: "off"
light.led_strip_living_room:
state: "on"
light.bedroom_1: "off"
light.bedroom_2: "off"
light.bedroom_top_1: "off"
- name: Bird rest time
icon: mdi:bird
entities:
light.shelly_kitchen_light: "off"
light.shelly_table_light: "on"
light.table_1:
state: "on"
brightness: 100
# light.table_2:
# state: "on"
# brightness: 100
#####
# Kitchen
#####
- name: Meal time
icon: mdi:food-fork-drink
entities:
light.shelly_kitchen_led_left: "off"
light.shelly_kitchen_light: "off"
light.shelly_living_room_light: "off"
light.shelly_table_light: "on"
light.luz_mesa:
state: "on"
brightness: 254
light.led_strip_living_room: "off"
light.led_strip_deck: "off"
light.deck: "off"
light.mi_lamp: "off"
light.mi_lamp_pro: "off"
light.bedroom_2: "off"
light.bedroom_1: "off"
light.bedroom_top_1: "off"
- name: Cooking time
icon: mdi:pasta
entities:
light.shelly_kitchen_led_left: "on"
light.shelly_kitchen_light: "on"
light.shelly_table_light: "off"
#####
# Deck
#####
- name: Hooby time
icon: mdi:gamepad-variant-outline
entities:
light.led_strip_deck:
state: "on"
brightness: 255
white_value: 255
light.mi_lamp:
state: "on"
brightness: 185
rgb_color: [255, 255, 255]
light.mi_lamp_pro:
state: "on"
brightness: 255
color_temp: 270
- name: Gamming time
icon: mdi:gamepad-variant-outline
entities:
light.led_strip_deck:
state: "on"
brightness: 255
rgb_color: [0, 16, 255]
light.mi_lamp_pro:
state: "on"
brightness: 148
color_temp: 208
#####
# Bedroom
#####
- name: Reading
icon: mdi:gamepad-variant-outline
entities:
light.bedroom_2:
state: "on"
brightness: 254
light.bedroom_1:
state: "on"
brightness: 254
light.bedroom_top_1: "off"
- name: S-FM
icon: mdi:radio
entities:
light.bedroom_2:
state: "off"
light.bedroom_1:
state: "off"
light.led_strip_deck:
state: "on"
rgb_color: [0, 190, 255]
brightness: 255