forked from esphome/media-players
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathraspiaudio-muse-luxe.yaml
94 lines (81 loc) · 1.6 KB
/
raspiaudio-muse-luxe.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
substitutions:
name: "raspiaudio-muse-luxe"
friendly_name: "RaspiAudio Muse Luxe"
wifi_ap_password: ""
esphome:
name: "${name}"
name_add_mac_suffix: true
project:
name: raspiaudio.muse-luxe
version: "1.0"
esp32:
board: esp-wrover-kit
framework:
type: arduino
logger:
api:
ota:
i2c:
sda: GPIO18
scl: GPIO23
dashboard_import:
package_import_url: github://esphome/media-players/raspiaudio-muse-luxe.yaml@main
wifi:
ap:
password: "${wifi_ap_password}"
captive_portal:
improv_serial:
external_components:
- source: github://pr#3552
components: [es8388]
refresh: 0s
media_player:
- platform: i2s_audio
name: ${friendly_name}
dac_type: external
i2s_lrclk_pin: GPIO25
i2s_dout_pin: GPIO26
i2s_bclk_pin: GPIO5
mode: stereo
mute_pin:
number: GPIO21
inverted: true
es8388:
binary_sensor:
- platform: gpio
pin:
number: GPIO19
inverted: true
mode:
input: true
pullup: true
name: ${friendly_name} Volume Up
on_click:
- media_player.volume_up:
- platform: gpio
pin:
number: GPIO32
inverted: true
mode:
input: true
pullup: true
name: ${friendly_name} Volume Down
on_click:
- media_player.volume_down:
- platform: gpio
pin:
number: GPIO12
inverted: true
mode:
input: true
pullup: true
name: ${friendly_name} Play Button
on_click:
- media_player.toggle:
light:
- platform: fastled_clockless
name: ${friendly_name}
pin: GPIO22
chipset: SK6812
num_leds: 1
rgb_order: grb