From 716c5c38f394d7e2074592d59b1c05ca19793205 Mon Sep 17 00:00:00 2001 From: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> Date: Thu, 15 Feb 2024 22:58:42 +0100 Subject: [PATCH] Move Nextion external component to core Solves #1803 --- advanced/esphome/nspanel_esphome_addon_upload_tft.yaml | 10 ---------- advanced/esphome/nspanel_esphome_core.yaml | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/advanced/esphome/nspanel_esphome_addon_upload_tft.yaml b/advanced/esphome/nspanel_esphome_addon_upload_tft.yaml index a5f419a..fd648de 100644 --- a/advanced/esphome/nspanel_esphome_addon_upload_tft.yaml +++ b/advanced/esphome/nspanel_esphome_addon_upload_tft.yaml @@ -14,16 +14,6 @@ substitutions: nextion_update_base_url: "https://raw.githubusercontent.com/Blackymas/NSPanel_HA_Blueprint/" ############################################## -##### External components ##### -external_components: - - source: - type: git - url: https://github.com/edwardtfn/esphome - ref: nextion-v425 - components: - - nextion # Change this when that PR#6192 gets released (2024.2?) - refresh: 300s - 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 53bd7e7..4c9c60d 100644 --- a/advanced/esphome/nspanel_esphome_core.yaml +++ b/advanced/esphome/nspanel_esphome_core.yaml @@ -21,6 +21,16 @@ substitutions: version: "4.2.5" ############################## +##### External components ##### +external_components: + - source: + type: git + url: https://github.com/edwardtfn/esphome + ref: nextion-v425 + components: + - nextion # Change this when that PR#6192 gets released (2024.3?) + refresh: 300s + ##### ESPHOME CONFIGURATION ##### esphome: name: ${name}