esp-idf as default framework

This commit is contained in:
Edward Firmo
2024-02-16 19:43:34 +01:00
parent edf8c22409
commit 41613e2af1
19 changed files with 81 additions and 115 deletions

View File

@@ -114,17 +114,13 @@ Follow these steps to add a new device in the ESPHome Dashboard:
url: https://github.com/Blackymas/NSPanel_HA_Blueprint
ref: main
files:
- nspanel_esphome.yaml # Core package
- nspanel_esphome.yaml # Basic package
# Optional advanced and add-on configurations
# - advanced/esphome/nspanel_esphome_advanced.yaml
# - esphome/nspanel_esphome_advanced.yaml
# - nspanel_esphome_addon_climate_cool.yaml
# - nspanel_esphome_addon_climate_heat.yaml
# - nspanel_esphome_addon_climate_dual.yaml
refresh: 300s
esp32:
framework:
type: esp-idf
```
![YAML Code](pics/ha_esphome_dashboard_new_device_06.png)
@@ -457,11 +453,6 @@ substitutions:
packages:
local_package: !include packages/nspanel_esphome.yaml
esp32:
framework:
type: esp-idf
```
> [!NOTE]