1+ # Search for "TODO" and adjust as necessary
12substitutions :
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"
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"
8693
8794ota :
8895 - platform : esphome
89- # password: XXX
96+ # password: ${ota_password}
9097
9198logger :
9299 hardware_uart : USB_SERIAL_JTAG
@@ -104,8 +111,8 @@ logger:
104111
105112api :
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
115122captive_portal :
116123
117124wifi :
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