-
Notifications
You must be signed in to change notification settings - Fork 2
/
s14-legos-ceiling.yaml
66 lines (62 loc) · 1.57 KB
/
s14-legos-ceiling.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
substitutions:
# Blue
devicename: s14-legos-ceiling
friendly_name: Ceiling legos
wifi_ip: "192.168.0.25"
restore_mode: RESTORE_DEFAULT_ON
switch_1: Millennium falcon
switch_2: Tie right
switch_3: Tie left
switch_4: Kylo Rens Ship
switch_5: Chromecast
switch_6: Destroyer
switch_7: s7
switch_8: s8
packages:
#Include location specific settings
location: !include locations/casa96.yaml
#Include common definitions for home (wifi, web server, etc)
settings: !include settings/common_esp32.yaml
#Include device definition
device: !include devices/pcb-power-usb/v2.yaml
#Include lights
output_1: !include
file: devices/pcb-power-usb/includes/light_v1.yaml
vars:
id: 1
name: "Millennium falcon"
output_2: !include
file: devices/pcb-power-usb/includes/light_v1.yaml
vars:
id: 2
name: "Tie right"
output_3: !include
file: devices/pcb-power-usb/includes/light_v1.yaml
vars:
id: 3
name: "Tie left"
output_4: !include
file: devices/pcb-power-usb/includes/light_v1.yaml
vars:
id: 4
name: "Kylo Rens Ship"
output_5: !include
file: devices/pcb-power-usb/includes/switch_v1.yaml
vars:
id: 5
name: "Chromecast"
output_6: !include
file: devices/pcb-power-usb/includes/dimmer_v1.yaml
vars:
id: 6
name: "Destroyer"
output_7: !include
file: devices/pcb-power-usb/includes/dimmer_v1.yaml
vars:
id: 7
name: "s7"
output_8: !include
file: devices/pcb-power-usb/includes/dimmer_v1.yaml
vars:
id: 8
name: "s8"