|
|
@@ -34,24 +34,23 @@ wifi:
|
|
|
# ssid: "Gf-Bt-Proxy-01 Fallback Hotspot"
|
|
|
# password: "Ry3eaIb2vmf1"
|
|
|
|
|
|
-esp32_ble_tracker:
|
|
|
- max_connections: 5
|
|
|
- scan_parameters:
|
|
|
- # active: True
|
|
|
- # 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
|
|
|
- interval: 1110ms
|
|
|
- window: 1100ms
|
|
|
- # on_scan_end:
|
|
|
- # - then:
|
|
|
- # - lambda: |-
|
|
|
- # ESP_LOGD("ble_auto", "The scan has ended!");
|
|
|
+# esp32_ble_tracker:
|
|
|
+# scan_parameters:
|
|
|
+# # active: True
|
|
|
+# # 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: False
|
|
|
+# interval: 1110ms
|
|
|
+# window: 1100ms
|
|
|
+# # on_scan_end:
|
|
|
+# # - then:
|
|
|
+# # - lambda: |-
|
|
|
+# # ESP_LOGD("ble_auto", "The scan has ended!");
|
|
|
|
|
|
bluetooth_proxy:
|
|
|
- active: true
|
|
|
- connection_slots: 5
|
|
|
+ active: False
|
|
|
+ connection_slots: 4
|
|
|
|
|
|
# external_components:
|
|
|
# - source: github://myhomeiot/esphome-components
|
|
|
@@ -104,3 +103,8 @@ bluetooth_proxy:
|
|
|
# - platform: safe_mode
|
|
|
# name: Safe Mode Boot
|
|
|
# entity_category: diagnostic
|
|
|
+
|
|
|
+# Example configuration entry
|
|
|
+button:
|
|
|
+ - platform: factory_reset
|
|
|
+ name: Restart with Factory Default Settings
|