Just to make sure we don't break support to that framework, as we might want to migrate back in the future or some user might wanna use that.
16 lines
506 B
YAML
16 lines
506 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:
|
|
core_package: !include ../nspanel_esphome.yaml # Core package
|
|
advanced_package: !include ../nspanel_esphome_advanced.yaml
|
|
addon_climate_heat: !include ../nspanel_esphome_addon_climate_heat.yaml
|
|
#addon_climate_cold: !include ../nspanel_esphome_addon_climate_cold.yaml
|
|
|
|
esp32:
|
|
framework:
|
|
type: arduino
|