Skip to content

Commit ba28f9d

Browse files
Update esp32-s3-box-3.yaml
Minor adjustments, update version number
1 parent 43a3ddc commit ba28f9d

1 file changed

Lines changed: 15 additions & 6 deletions

File tree

esp32-s3-box-3.yaml

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,21 @@
1+
# Search for "TODO" and adjust as necessary
12
substitutions:
23
name: s3box3-voice-asst-sd
34
friendly_name: S3 Box 3 Voice Assistant SD
45
micro_wake_word_model: hey_jarvis # options: okay_nabu, hey_jarvis, alexa
56
noise_suppression_level: '3'
67

7-
# ----- Fill these in with the path to your local sound files. Use HTTP as HTTPS can induce 2+ seconds of lag when playing.
8+
# ----- TODO: Fill these in with your device's values
9+
ota_password: "XXX"
10+
encryption_key: "XXX"
11+
12+
# ----- TODO: Fill these in with the path to your local sound files. Use HTTP as HTTPS can induce 2+ seconds of lag when playing.
813
wakeword_sound: 'http://192.168.100.10:8123/local/sounds/wakeword.mp3'
914
success_sound: 'http://192.168.100.10:8123/local/sounds/success.mp3'
1015
error_sound: 'http://192.168.100.10:8123/local/sounds/error.mp3'
1116

12-
# ----- don't mess with anything below this line -----
13-
VERSION: '1.2.0'
17+
# ----- don't mess with anything below this line (except, optionally, the TODOs) -----
18+
VERSION: '1.2.2'
1419
ALLOWED_CHARACTERS: " !#%\"'()+,-./0123456789:;<>?@ABCDEFGHIJKLMNOPQRSTUVWYZ[]_abcdefghijklmnopqrstuvwxyz{|}°²³µ¿ÁÂÄÅÉÖÚßàáâãäåæçèéêëìíîðñòóôõöøùúûüýþāăąćčďĐđēėęěğĮįıļľŁłńňőřśšťũūůűųźŻżŽžơưșțΆΈΌΐΑΒΓΔΕΖΗΘΚΜΝΠΡΣΤΥΦάέήίαβγδεζηθικλμνξοπρςστυφχψωϊόύώАБВГДЕЖЗИКЛМНОПРСТУХЦЧШЪЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюяёђєіїјљњћ"
1520

1621
VA_IN_HOME_ASSISTANT: "In Home Assistant"
@@ -61,6 +66,8 @@ esp32:
6166
flash_size: 16MB
6267
framework:
6368
type: esp-idf
69+
version: 4.4.5
70+
platform_version: 5.4.0
6471
sdkconfig_options:
6572
CONFIG_ESP32S3_DEFAULT_CPU_FREQ_240: "y"
6673
CONFIG_ESP32S3_DATA_CACHE_64KB: "y"
@@ -86,7 +93,7 @@ psram:
8693

8794
ota:
8895
- platform: esphome
89-
# password: XXX
96+
# password: ${ota_password}
9097

9198
logger:
9299
hardware_uart: USB_SERIAL_JTAG
@@ -104,8 +111,8 @@ logger:
104111

105112
api:
106113
id: my_api
107-
# encryption:
108-
# key: XXX
114+
# encryption:
115+
# key: XXX
109116
on_client_connected:
110117
- script.execute: check_touchscreen_failure
111118
- component.update: s3_box_lcd
@@ -115,6 +122,8 @@ api:
115122
captive_portal:
116123

117124
wifi:
125+
# TODO: uncomment to use stored secrets. ssid: !secret wifi_ssid
126+
# TODO: uncomment to use stored secrets. password: !secret wifi_password
118127
ap:
119128
ssid: ${name}
120129
password: s3box123

0 commit comments

Comments
 (0)