Skip to content

Commit

Permalink
Add for S3-Boxes (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
kbx81 authored Nov 14, 2023
1 parent 9d058e4 commit b1fbadd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.esphome/
.DS_Store
secrets.yaml
*/.gitignore
!/.gitignore
3 changes: 3 additions & 0 deletions voice-assistant/esp32-s3-box-lite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ logger:
dashboard_import:
package_import_url: github://esphome/firmware/voice-assistant/esp32-s3-box-lite.yaml@main

improv_serial:

wifi:
ap:

Expand Down Expand Up @@ -80,6 +82,7 @@ sensor:
id(middle).publish_state(true);
id(right).publish_state(true);
}
binary_sensor:
- platform: template
id: left
Expand Down
6 changes: 4 additions & 2 deletions voice-assistant/esp32-s3-box.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,16 @@ esp32:
CONFIG_ESP32S3_DATA_CACHE_64KB: "y"
CONFIG_ESP32S3_DATA_CACHE_LINE_64B: "y"

logger:
hardware_uart: USB_SERIAL_JTAG
api:
ota:
logger:
hardware_uart: USB_SERIAL_JTAG

dashboard_import:
package_import_url: github://esphome/firmware/voice-assistant/esp32-s3-box.yaml@main

improv_serial:

wifi:
ap:

Expand Down

0 comments on commit b1fbadd

Please sign in to comment.