-
Notifications
You must be signed in to change notification settings - Fork 0
/
discobol.yaml
65 lines (57 loc) · 1.58 KB
/
discobol.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
esphome:
name: discobol
platform: ESP32
board: esp32doit-devkit-v1
logger:
level: DEBUG
wifi:
ssid: "0x20"
password: !secret wifipassword
mqtt:
broker: !secret mqtthost
# web_server:
# port: 80
ota:
safe_mode: True
password: !secret otapassword
light:
- platform: fastled_clockless
chipset: WS2812B
pin: GPIO25
num_leds: 32
rgb_order: GRB
name: "Disco FastLED Light"
effects:
# Use default parameters:
- random:
# Customize parameters
- random:
name: "My Slow Random Effect"
transition_length: 30s
update_interval: 30s
- random:
name: "My Fast Random Effect"
transition_length: 4s
update_interval: 5s
- addressable_flicker:
- addressable_flicker:
name: Flicker Effect With Custom Values
update_interval: 16ms
intensity: 55%
- addressable_twinkle:
- addressable_twinkle:
name: Twinkle Effect With Custom Values
twinkle_probability: 55%
progress_interval: 4ms
- addressable_random_twinkle:
- addressable_random_twinkle:
name: Random Twinkle Effect With Custom Values
twinkle_probability: 55%
progress_interval: 32ms
- addressable_fireworks:
- addressable_fireworks:
name: Fireworks Effect With Custom Values
update_interval: 32ms
spark_probability: 10%
use_random_color: false
fade_out_rate: 120