2025年1月19日星期日 上午10:38:52

ESPHome install esp32-bluetooth-proxy-58d270.yaml on your device - 2

1 天 前
#60041 引用
ESPHome install esp32-bluetooth-proxy-58d270.yaml on your device - via WireLessly
0
1 天 前
#60042 引用
https://github.com/esphome/bluetooth-proxies/blob/main/esp32-generic/esp32-generic.yaml


esphome:
  name: esp32-bluetooth-proxy
  friendly_name: Bluetooth Proxy
  min_version: 2024.6.0
  name_add_mac_suffix: true

esp32:
  board: esp32dev
  framework:
    type: esp-idf

wifi:
  ap:

api:
logger:

ota:
  - platform: esphome
    id: ota_esphome

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
    id: button_safe_mode
    name: Safe Mode Boot

  - platform: factory_reset
    id: factory_reset_btn
    name: Factory reset
0