Skip to content

Commit

Permalink
Disable bluetooth proxy active connections by default in stock firmware
Browse files Browse the repository at this point in the history
  • Loading branch information
tjhorner committed Nov 1, 2023
1 parent 6a5fbfa commit 931edac
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion firmware/addons/bluetooth-proxy.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
substitutions:
bluetooth_proxy_active_connections: "true"

esp32_ble_tracker:

bluetooth_proxy:
active: true
active: ${bluetooth_proxy_active_connections}
2 changes: 1 addition & 1 deletion firmware/base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ esphome:
data: [ 0x0 ]
project:
name: tj_horner.upsy_desky
version: "1.1.2"
version: "1.2.0"

uart:
id: handset_tx
Expand Down
3 changes: 3 additions & 0 deletions firmware/stock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ packages:
base: !include base.yaml
addon_bluetooth_proxy: !include addons/bluetooth-proxy.yaml

substitutions:
bluetooth_proxy_active_connections: "false"

external_components:
- source: github://tjhorner/esphome-custom-components
components: [ project_version ]
Expand Down

0 comments on commit 931edac

Please sign in to comment.