Skip to content

Commit

Permalink
✨ (esphome): Add BLE Proxy Garage
Browse files Browse the repository at this point in the history
  • Loading branch information
thibmaek committed Aug 30, 2023
1 parent 5995eda commit 30f2b6f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
13 changes: 13 additions & 0 deletions esphome/esp32-ble-proxy-garage.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
substitutions:
device_name: 'esp32-ble-proxy-garage'
friendly_name: 'ESP32 BLE Proxy (Garage)'

esp32:
board: esp32dev

packages:
base_config: !include ./shared/base_config.yaml
wifi: !include ./shared/wifi.yaml
api: !include ./shared/api.yaml
metrics: !include ./shared/metrics.yaml
ble_proxy: !include ./lib/ble_proxy.yaml
4 changes: 4 additions & 0 deletions esphome/lib/ble_proxy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
esp32_ble_tracker:

bluetooth_proxy:
active: true

0 comments on commit 30f2b6f

Please sign in to comment.