From e597ad5c5936b77d251862735f18ef7c505fc1b8 Mon Sep 17 00:00:00 2001 From: deejaybeam Date: Sat, 15 Apr 2023 15:30:08 +0200 Subject: [PATCH] upd: comments --- nspanel_esphome.yaml | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/nspanel_esphome.yaml b/nspanel_esphome.yaml index b257aa2..df35e12 100644 --- a/nspanel_esphome.yaml +++ b/nspanel_esphome.yaml @@ -8,7 +8,7 @@ ##### ADVANCED CONFIGURATION - activate only when you know what you do ############################## substitutions: - baud_rate: "115200" + baud_rate: "115200" # requires 115200 if tft is installed but can be changed to 9600 if tft upload fails and nextion switches to 9600 # ## usage of secrets-file ## -> comment in ###### Change ME ###### # device_name: "nspanel-name" # Wird im Blueprint benötigt! # wifi_ssid: !secret nspanel_wifi_ssid # add in your esphome secrets file. @@ -25,6 +25,16 @@ substitutions: # dns: "10.0.0.138" # domain: ".local" +###### USE THIS ONLY FOR YOUR FIRST TFT UPLOAD +###### AND IF EXIT-REPARSE BUTTON FAILS +###### ONCE IT WORKED, REMOVE THOSE LINES +###### https://github.com/esphome/esphome/pull/2956 +# external_components: +# - source: github://pr#2956 +# components: [nextion] +# refresh: 1h +################################################## + ##### if you rename this file to .nspanel_esphome.yaml then you can activate nested config ##### use the ADVANCED CONFIG-Section as device configuration ##### https://esphome.io/guides/configuration-types.html#yaml-insertion-operator @@ -49,12 +59,6 @@ wifi: ssid: "${device_name}" password: ${wifi_password} -##### Functionality for the Nextion display ##### -# external_components: -# - source: github://pr#2956 -# components: [nextion] -# refresh: 1h - ##### ESPHOME CONFIGURATION ##### esphome: name: ${device_name}