Use new tft upload with persistent connections
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user