Add test to cool & ble_proxy

This commit is contained in:
Edward Firmo
2024-02-24 00:14:19 +01:00
parent 5e29988209
commit 741d2802bd
4 changed files with 46 additions and 1 deletions

View File

@@ -0,0 +1,16 @@
---
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
# advanced_package: !include ../esphome/nspanel_esphome_advanced.yaml
# addon_climate_heat: !include ../esphome/nspanel_esphome_addon_climate_heat.yaml
addon_climate_cool: !include ../esphome/nspanel_esphome_addon_climate_cool.yaml
# addon_climate_dual: !include ../esphome/nspanel_esphome_addon_climate_dual.
bluetooth_proxy:
...