Skip to content

Commit

Permalink
Add support for M5Stack ATOMS3 board (#186)
Browse files Browse the repository at this point in the history
* Create m5stack-atomS3.yaml

M5Stack ATOMS3

* Apply suggestions from code review

* Add `min_version`

---------

Co-authored-by: Keith Burzinski <[email protected]>
  • Loading branch information
lboue and kbx81 committed Jun 20, 2024
1 parent 87a7b4b commit a53600f
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions bluetooth-proxy/m5stack-atomS3.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
substitutions:
name: atom-bluetooth-proxy
friendly_name: Bluetooth Proxy

esphome:
name: ${name}
friendly_name: ${friendly_name}
min_version: 2024.6.0
name_add_mac_suffix: true
project:
name: esphome.bluetooth-proxy
version: "1.0"

esp32:
board: m5stack-atoms3
variant: esp32s3
framework:
type: esp-idf
version: 5.0.2
platform_version: 6.3.2

wifi:
ap:

api:
logger:
improv_serial:

ota:
- platform: esphome

dashboard_import:
package_import_url: github://esphome/firmware/bluetooth-proxy/m5stack-atomS3.yaml@main

esp32_ble_tracker:
scan_parameters:
# We currently use the defaults to ensure Bluetooth
# can co-exist with WiFi In the future we may be able to
# enable the built-in coexistence logic in ESP-IDF
active: true

bluetooth_proxy:
active: true

button:
- platform: safe_mode
name: Safe Mode Boot
entity_category: diagnostic

0 comments on commit a53600f

Please sign in to comment.