-
Notifications
You must be signed in to change notification settings - Fork 1
/
milight.yaml
55 lines (55 loc) · 1.51 KB
/
milight.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
light:
- platform: mqtt_json
name: Bedroom
command_topic: milight/0x1AA2/cct/1
state_topic: milight/updates/0x1AA2/cct/1
brightness: true
color_temp: true
- platform: mqtt_json
name: Laundry
command_topic: milight/0x1AA2/cct/2
state_topic: milight/updates/0x1AA2/cct/2
brightness: true
color_temp: true
- platform: mqtt_json
name: Hall
command_topic: milight/0x1AA2/cct/2
state_topic: milight/updates/0x1AA2/cct/2
brightness: true
color_temp: true
- platform: mqtt_json
name: Dining Room
command_topic: milight/0x1AA2/cct/3
state_topic: milight/updates/0x1AA2/cct/3
brightness: true
color_temp: true
- platform: mqtt_json
name: Living Room
command_topic: milight/0x1AA2/cct/4
state_topic: milight/updates/0x1AA2/cct/4
brightness: true
color_temp: true
- platform: mqtt_json
name: Guestroom
command_topic: milight/0xCDA6/cct/1
state_topic: milight/updates/0xCDA6/cct/1
brightness: true
color_temp: true
- platform: mqtt_json
name: Bathroom
command_topic: milight/0xCDA6/cct/2
state_topic: milight/updates/0xCDA6/cct/2
brightness: true
color_temp: true
- platform: mqtt_json
name: Kitchen
command_topic: milight/0xCDA6/cct/3
state_topic: milight/updates/0xCDA6/cct/3
brightness: true
color_temp: true
- platform: mqtt_json
name: Office
command_topic: milight/0xCDA6/cct/4
state_topic: milight/updates/0xCDA6/cct/4
brightness: true
color_temp: true