Files
NSPanel_HA_Blueprint/.test/esphome_idf_ble_tracker.yaml
Edward Firmo 66c5e58c02 New Add-on: BLE Tracker
Solves #1946
Helps with #1983
2024-04-22 10:01:10 +02:00

12 lines
346 B
YAML

---
substitutions:
device_name: nspanel
wifi_ssid: "nspanel"
wifi_password: "NSPanel_HA_Blueprint"
nextion_update_url: "https://github.com/Blackymas/NSPanel_HA_Blueprint/dummy"
packages:
basic_package: !include ../nspanel_esphome.yaml # Core package
addon_ble_tracker: !include ../esphome/nspanel_esphome_addon_ble_tracker.yaml
...