This commit is contained in:
Edward Firmo
2024-01-11 17:50:57 +01:00
parent 5b099b9c63
commit c57ae981db
10 changed files with 47 additions and 36 deletions

View File

@@ -1,3 +1,4 @@
---
substitutions:
device_name: nspanel
wifi_ssid: "nspanel"
@@ -5,8 +6,9 @@ substitutions:
nextion_update_url: "https://github.com/Blackymas/NSPanel_HA_Blueprint/dummy"
packages:
core_package: !include ../nspanel_esphome.yaml # Core package
#advanced_package: !include ../advanced/esphome/nspanel_esphome_advanced.yaml
#addon_climate_heat: !include ../nspanel_esphome_addon_climate_heat.yaml
#addon_climate_cool: !include ../nspanel_esphome_addon_climate_cool.yaml
#addon_climate_dual: !include ../nspanel_esphome_addon_climate_dual.yaml
core_package: !include ../nspanel_esphome.yaml # Core package
# advanced_package: !include ../advanced/esphome/nspanel_esphome_advanced.yaml
# addon_climate_heat: !include ../nspanel_esphome_addon_climate_heat.yaml
# addon_climate_cool: !include ../nspanel_esphome_addon_climate_cool.yaml
# addon_climate_dual: !include ../nspanel_esphome_addon_climate_dual.yaml
...