Use new tft upload with persistent connections

This commit is contained in:
Edward Firmo
2024-02-07 03:49:38 +01:00
parent 64ab3fa4b9
commit 604705d9b6
2 changed files with 13 additions and 14 deletions

View File

@@ -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

View File

@@ -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}