forked from jumpalottahigh/YAR-Home-Assistant-Configuration
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlights.yaml
98 lines (93 loc) · 1.78 KB
/
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
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
# Hue Gen 1
- platform: hue
host: !secret philips_hue_ip
# Yeelights
- platform: yeelight
devices:
192.168.10.75:
name: Antons Room
transition: 1000
use_music_mode: True
# save_on_change: False
192.168.10.90:
name: Kitchen
transition: 1000
use_music_mode: True
# Sensor node LEDs
- platform: mqtt_json
name: "SN1 LED"
state_topic: "home/sensornode1"
command_topic: "home/sensornode1/set"
brightness: true
flash: true
rgb: true
optimistic: false
qos: 0
- platform: mqtt_json
name: "SN2 LED"
state_topic: "home/sensornode2"
command_topic: "home/sensornode2/set"
brightness: true
flash: true
rgb: true
optimistic: false
qos: 0
# ws2812b led strips on WeMos
- platform: mqtt_json
name: "Office Strip"
state_topic: "home/office/led_strip"
command_topic: "home/office/led_strip/set"
effect: true
effect_list:
- bpm
- candy cane
- confetti
- cyclon rainbow
- dots
- fire
- glitter
- juggle
- lightning
- noise
- police all
- police one
- rainbow
- rainbow with glitter
- ripple
- sinelon
- solid
- twinkle
brightness: true
flash: true
rgb: true
optimistic: false
qos: 0
- platform: mqtt_json
name: "Christmas Tree"
state_topic: "home/livingroom/led_strip"
command_topic: "home/livingroom/led_strip/set"
effect: true
effect_list:
- bpm
- candy cane
- confetti
- cyclon rainbow
- dots
- fire
- glitter
- juggle
- lightning
- noise
- police all
- police one
- rainbow
- rainbow with glitter
- ripple
- sinelon
- solid
- twinkle
brightness: true
flash: true
rgb: true
optimistic: false
qos: 0