-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlights.yaml
36 lines (35 loc) · 926 Bytes
/
lights.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
- platform: hyperion
host: 192.168.1.125
port: 19444
##light 2
- platform: mqtt
name: "BR Node LED"
command_topic: "bruh/node1/setpower"
rgb_state_topic: "bruh/node1/colorstatus"
rgb_command_topic: "bruh/node1/setcolor"
optimistic: false
##light 3
- platform: mqtt
name: "Jar LED"
command_topic: "bruh/node2/setpower"
rgb_state_topic: "bruh/node2/colorstatus"
rgb_command_topic: "bruh/node2/setcolor"
optimistic: false
##light 4
- platform: lifx
server: 192.168.1.118
broadcast: 192.168.1.255
##light 5
- platform: mqtt
name: "Party Button"
command_topic: "bruh/partybutt/setpower"
rgb_state_topic: "bruh/partybutt/colorstatus"
rgb_command_topic: "bruh/partybutt/setcolor"
optimistic: false
##light 6
- platform: mqtt
name: "Bathroom LED"
command_topic: "bruh/node3/setpower"
rgb_state_topic: "bruh/node3/colorstatus"
rgb_command_topic: "bruh/node3/setcolor"
optimistic: false