-
Notifications
You must be signed in to change notification settings - Fork 129
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
65d39ef
commit 735ea09
Showing
2 changed files
with
82 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
substitutions: | ||
name: esp32-bluetooth-proxy | ||
friendly_name: Bluetooth Proxy | ||
|
||
esphome: | ||
name: ${name} | ||
friendly_name: ${friendly_name} | ||
name_add_mac_suffix: true | ||
project: | ||
name: esphome.bluetooth-proxy | ||
version: "1.0" | ||
platformio_options: | ||
board_build.f_flash: 40000000L | ||
board_build.flash_mode: dio | ||
board_build.flash_size: 4MB | ||
|
||
esp32: | ||
board: esp32-c3-devkitm-1 | ||
framework: | ||
type: esp-idf | ||
sdkconfig_options: | ||
CONFIG_BT_BLE_42_FEATURES_SUPPORTED: y | ||
CONFIG_BT_BLE_50_FEATURES_SUPPORTED: n | ||
|
||
wifi: | ||
ap: | ||
|
||
api: | ||
logger: | ||
ota: | ||
improv_serial: | ||
|
||
dashboard_import: | ||
package_import_url: github://esphome/firmware/bluetooth-proxy/esp32-generic.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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters