Deduplicate btproxy config

This commit is contained in:
2026-05-05 19:28:23 +00:00
parent c3cb5cb54a
commit 28d098fae3
3 changed files with 4 additions and 5 deletions
-2
View File
@@ -16,8 +16,6 @@ packages:
# Also act as a BT proxy due to convenient location. # Also act as a BT proxy due to convenient location.
btproxy: !include templates/btproxy.yaml btproxy: !include templates/btproxy.yaml
# Allow HA to use our proxy.
api: !include templates/api.yaml
external_components: external_components:
# Path is relative to the main YAML file, not this device_base template! # Path is relative to the main YAML file, not this device_base template!
-3
View File
@@ -14,7 +14,4 @@ mqtt:
packages: packages:
device_base: !include templates/esp32-poe.yaml device_base: !include templates/esp32-poe.yaml
btproxy: !include templates/btproxy.yaml btproxy: !include templates/btproxy.yaml
# Allow HA to use our proxy.
api: !include templates/api.yaml
+4
View File
@@ -5,6 +5,10 @@ esp32:
framework: framework:
type: esp-idf type: esp-idf
packages:
# Allow HomeAssistant to use the proxy.
api: !include api.yaml
globals: globals:
- id: ble_scans - id: ble_scans
type: int type: int