-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathexample.yaml
52 lines (52 loc) · 1009 Bytes
/
example.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
light:
- platform: mqtt
schema: json
name: "PinkyLED1"
command_topic: "cmnd/PinkyLED1"
state_topic: "stat/PinkyLED1"
availability_topic: "LWT/PinkyLED1"
payload_available: "Online"
payload_not_available: "Offline"
white_value: true
optimistic: false
rgb: true
flash_time_short: 1
flash_time_long: 5
brightness: true
effect: true
effect_list:
- "Confetti Color"
- "Glitter Color"
- "Juggle Color"
- "Sinelon Color"
- "Solid Color"
- "Christmas"
- "Candy Cane"
- "Holly Jolly"
- "Valentine"
- "Lovey Day"
- "St Patty"
- "Easter"
- "USA"
- "Independence"
- "Go Blue"
- "Hail"
- "Touchdown"
- "Halloween"
- "Punkin"
- "Thanksgiving"
- "Turkey Day"
- "BPM"
- "Cyclon Rainbow"
- "Dots"
- "Fire"
- "Lightning"
- "Police All"
- "Police One"
- "Rainbow"
- "Glitter Rainbow"
- "Ripple"
- "Twinkle"
- "Audio Color"
- "Audio Level Rainbow"
- "E131"