diff --git a/advanced/esphome/nspanel_esphome_addon_upload_tft.yaml b/advanced/esphome/nspanel_esphome_addon_upload_tft.yaml index c2e869c..5d36c27 100644 --- a/advanced/esphome/nspanel_esphome_addon_upload_tft.yaml +++ b/advanced/esphome/nspanel_esphome_addon_upload_tft.yaml @@ -19,6 +19,19 @@ substitutions: upload_tft_baud_rate: "921600" ############################# +##### External components ##### +external_components: + #- source: github://pr#6128 # Remove this and update min ver when that PR is released (Hopefully v2024.2.0) + # components: + # - nextion + # refresh: 300s + - source: # Update this before the release + type: git + url: https://github.com/edwardtfn/esphome + ref: nextion-22 + components: [ nextion ] + refresh: 1s + api: on_client_connected: - script.execute: report_settings diff --git a/advanced/esphome/nspanel_esphome_core.yaml b/advanced/esphome/nspanel_esphome_core.yaml index 37d53e3..9aeba73 100644 --- a/advanced/esphome/nspanel_esphome_core.yaml +++ b/advanced/esphome/nspanel_esphome_core.yaml @@ -21,20 +21,6 @@ substitutions: version: "4.2.5dev" ############################## -##### External components ##### -external_components: - #- source: github://pr#6128 # Remove this and update min ver when that PR is released (Hopefully v2024.2.0) - # components: - # - nextion - # refresh: 300s - - source: # Update this before the release - type: git - url: https://github.com/edwardtfn/esphome - ref: nextion-21 - components: [ nextion ] - refresh: 1s - - ##### ESPHOME CONFIGURATION ##### esphome: name: ${name}