From e03268f991f5c3f98069e46e777c7796b9108837 Mon Sep 17 00:00:00 2001 From: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> Date: Thu, 7 Dec 2023 15:49:26 +0100 Subject: [PATCH] Updated (EN) First Steps Installation and Setup (markdown) --- (EN)-First-Steps---Installation-and-Setup.md | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/(EN)-First-Steps---Installation-and-Setup.md b/(EN)-First-Steps---Installation-and-Setup.md index 6f3543e..a773b6b 100644 --- a/(EN)-First-Steps---Installation-and-Setup.md +++ b/(EN)-First-Steps---Installation-and-Setup.md @@ -67,6 +67,7 @@ substitutions: wifi_password: !secret wifi_password nextion_update_url: "http://homeassistant.local:8123/local/nspanel_eu.tft" + nextion_blank_url: "http://homeassistant.local:8123/local/nspanel_blank.tft" ##### addon-configuration ##### ## addon_climate ## @@ -81,8 +82,8 @@ packages: files: - nspanel_esphome.yaml # Core package # - advanced/esphome/nspanel_esphome_advanced.yaml # activate advanced (legacy) elements - can be useful for troubleshooting - # - advanced/esphome/nspanel_esphome_addon_climate_cool.yaml # activate for local climate (cooling) control - # - advanced/esphome/nspanel_esphome_addon_climate_heat.yaml # activate for local climate (heater) control + # - nspanel_esphome_addon_climate_cool.yaml # activate for local climate (cooling) control + # - nspanel_esphome_addon_climate_heat.yaml # activate for local climate (heater) control refresh: 1s esp32: @@ -92,17 +93,10 @@ esp32: ##### My customization - Start ##### ##### My customization - End ##### ``` -> ⚠️ _**ATTENTION!**_ You can also comment out the path `nextion_update_url: "https://raw.githubusercontent.com/Blackymas/NSPanel_HA_Blueprint/main/nspanel_us.tft"` and load the TFT directly from GitHub. But it can happen that there are problems with the upload to the NSPanel. This depends on your internet and Wi-Fi. For more information on this issue, see the issue page on GitHub. It should then look like this: - -```yaml -# nextion_update_url: "http://homeassistant.local:8123/local/nspanel_eu.tft" # URL to local tft File - nextion_update_url: "https://raw.githubusercontent.com/Blackymas/NSPanel_HA_Blueprint/main/nspanel_eu.tft" -``` - -⚠️ The following TFT files are available and can be replaced in your url accordingly: -- `nspanel_eu.tft` (European layout) -- `nspanel_us.tft` (US layout) -- `nspanel_us_land.tft` (US layout - landscape orientation) +⚠️ The following TFT files are available and can be replaced in your URL accordingly: +- [`nspanel_eu.tft`](/Blackymas/NSPanel_HA_Blueprint/raw/main/nspanel_eu.tft) (European layout) +- [`nspanel_us.tft`](/Blackymas/NSPanel_HA_Blueprint/raw/main/nspanel_eu.tft) (US layout) +- [`nspanel_us_land.tft`](/Blackymas/NSPanel_HA_Blueprint/raw/main/nspanel_us_land.tft) (US layout - landscape orientation)