Move Nextion external component to core

Solves #1803
This commit is contained in:
Edward Firmo
2024-02-15 22:58:42 +01:00
parent a73b756f51
commit 716c5c38f3
2 changed files with 10 additions and 10 deletions

View File

@@ -14,16 +14,6 @@ substitutions:
nextion_update_base_url: "https://raw.githubusercontent.com/Blackymas/NSPanel_HA_Blueprint/" 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: api:
on_client_connected: on_client_connected:
- script.execute: report_settings - script.execute: report_settings

View File

@@ -21,6 +21,16 @@ substitutions:
version: "4.2.5" 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 CONFIGURATION #####
esphome: esphome:
name: ${name} name: ${name}