esp-idf as default framework
This commit is contained in:
@@ -6,7 +6,7 @@ substitutions:
|
||||
nextion_update_url: "https://github.com/Blackymas/NSPanel_HA_Blueprint/dummy"
|
||||
|
||||
packages:
|
||||
core_package: !include ../nspanel_esphome.yaml # Core package
|
||||
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
|
||||
|
||||
@@ -6,7 +6,7 @@ substitutions:
|
||||
nextion_update_url: "https://github.com/Blackymas/NSPanel_HA_Blueprint/dummy"
|
||||
|
||||
packages:
|
||||
core_package: !include ../nspanel_esphome.yaml # Core package
|
||||
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
|
||||
@@ -14,11 +14,5 @@ packages:
|
||||
|
||||
esp32:
|
||||
framework:
|
||||
type: esp-idf
|
||||
|
||||
bluetooth_proxy:
|
||||
|
||||
# Set Wi-Fi power save mode to "LIGHT" as required for Bluetooth on ESP32
|
||||
wifi:
|
||||
power_save_mode: LIGHT
|
||||
type: arduino
|
||||
...
|
||||
@@ -6,7 +6,7 @@ substitutions:
|
||||
nextion_update_url: "https://github.com/Blackymas/NSPanel_HA_Blueprint/dummy"
|
||||
|
||||
packages:
|
||||
core_package: !include ../nspanel_esphome.yaml # Core package
|
||||
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
|
||||
|
||||
@@ -6,7 +6,7 @@ substitutions:
|
||||
nextion_update_url: "https://github.com/Blackymas/NSPanel_HA_Blueprint/dummy"
|
||||
|
||||
packages:
|
||||
core_package: !include ../nspanel_esphome.yaml # Core package
|
||||
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_cold: !include ../esphome/nspanel_esphome_addon_climate_cold.yaml
|
||||
|
||||
@@ -6,7 +6,7 @@ substitutions:
|
||||
nextion_blank_url: "http://homeassistant.local:8123/local/nspanel_blank.tft"
|
||||
|
||||
packages:
|
||||
core_package: !include ../nspanel_esphome.yaml # Core package
|
||||
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_cold: !include ../esphome/nspanel_esphome_addon_climate_cold.yaml
|
||||
@@ -77,11 +77,6 @@ climate:
|
||||
default_target_temperature_low: 17.5 ${temp_units}
|
||||
mode: "heat"
|
||||
|
||||
# Change framework to `esp-idf`
|
||||
esp32:
|
||||
framework:
|
||||
type: esp-idf
|
||||
|
||||
esphome:
|
||||
# change OTA password, remove after flashing
|
||||
on_boot:
|
||||
|
||||
@@ -6,7 +6,7 @@ substitutions:
|
||||
nextion_update_url: "https://github.com/Blackymas/NSPanel_HA_Blueprint/dummy"
|
||||
|
||||
packages:
|
||||
core_package: !include ../nspanel_esphome.yaml # Core package
|
||||
basic_package: !include ../nspanel_esphome.yaml # Basic 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
|
||||
@@ -6,7 +6,7 @@ substitutions:
|
||||
nextion_update_url: "https://github.com/Blackymas/NSPanel_HA_Blueprint/dummy"
|
||||
|
||||
packages:
|
||||
core_package: !include ../nspanel_esphome.yaml # Core package
|
||||
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
|
||||
|
||||
@@ -6,7 +6,7 @@ substitutions:
|
||||
nextion_update_url: "https://github.com/Blackymas/NSPanel_HA_Blueprint/dummy"
|
||||
|
||||
packages:
|
||||
core_package: !include ../nspanel_esphome.yaml # Core package
|
||||
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
|
||||
|
||||
@@ -6,7 +6,7 @@ substitutions:
|
||||
nextion_update_url: "https://github.com/Blackymas/NSPanel_HA_Blueprint/dummy"
|
||||
|
||||
packages:
|
||||
core_package: !include ../nspanel_esphome.yaml # Core package
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user