Compare commits
4 Commits
64ab3fa4b9
...
4378acacfa
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4378acacfa | ||
|
|
7dfe5af6bf | ||
|
|
a45d421c01 | ||
|
|
604705d9b6 |
@@ -19,6 +19,13 @@ substitutions:
|
|||||||
upload_tft_baud_rate: "921600"
|
upload_tft_baud_rate: "921600"
|
||||||
#############################
|
#############################
|
||||||
|
|
||||||
|
##### External components #####
|
||||||
|
external_components:
|
||||||
|
- source: github://pr#6192 # Remove this and update min ver when that PR is released (Hopefully v2024.2.0)
|
||||||
|
components:
|
||||||
|
- nextion
|
||||||
|
refresh: 300s
|
||||||
|
|
||||||
api:
|
api:
|
||||||
on_client_connected:
|
on_client_connected:
|
||||||
- script.execute: report_settings
|
- script.execute: report_settings
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ button:
|
|||||||
icon: mdi:file-sync
|
icon: mdi:file-sync
|
||||||
id: tft_reparse_off
|
id: tft_reparse_off
|
||||||
entity_category: config
|
entity_category: config
|
||||||
internal: False
|
internal: false
|
||||||
disabled_by_default: true
|
disabled_by_default: true
|
||||||
on_press:
|
on_press:
|
||||||
- logger.log: "Button pressed: Exit reparse"
|
- logger.log: "Button pressed: Exit reparse"
|
||||||
@@ -36,17 +36,6 @@ script:
|
|||||||
- logger.log: "Exit reparse"
|
- logger.log: "Exit reparse"
|
||||||
- uart.write: "DRAKJHSUYDGBNCJHGJKSHBDN"
|
- uart.write: "DRAKJHSUYDGBNCJHGJKSHBDN"
|
||||||
- uart.write: [0xFF, 0xFF, 0xFF]
|
- uart.write: [0xFF, 0xFF, 0xFF]
|
||||||
# - uart.write: "recmod=0"
|
|
||||||
# - uart.write: [0xFF, 0xFF, 0xFF]
|
|
||||||
# - uart.write: "recmod=0"
|
|
||||||
# - uart.write: [0xFF, 0xFF, 0xFF]
|
|
||||||
# - uart.write: "connect"
|
|
||||||
# - uart.write: [0xFF, 0xFF, 0xFF]
|
|
||||||
# - uart.write: [0xFF, 0xFF]
|
|
||||||
# - uart.write: "connect"
|
|
||||||
# - uart.write: [0xFF, 0xFF, 0xFF]
|
|
||||||
# - uart.write: "bkcmd=3"
|
|
||||||
# - uart.write: [0xFF, 0xFF, 0xFF]
|
|
||||||
|
|
||||||
- id: !extend stop_all
|
- id: !extend stop_all
|
||||||
then:
|
then:
|
||||||
|
|||||||
@@ -21,20 +21,6 @@ substitutions:
|
|||||||
version: "4.2.5dev"
|
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 CONFIGURATION #####
|
||||||
esphome:
|
esphome:
|
||||||
name: ${name}
|
name: ${name}
|
||||||
|
|||||||
Reference in New Issue
Block a user