From d5a73a0a6021de12cefcfd63a66981ef353c5731 Mon Sep 17 00:00:00 2001 From: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> Date: Wed, 11 Oct 2023 11:54:08 +0200 Subject: [PATCH] Adds advanced components to built in --- nspanel_esphome_prebuilt.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/nspanel_esphome_prebuilt.yaml b/nspanel_esphome_prebuilt.yaml index a05a89f..b94be02 100644 --- a/nspanel_esphome_prebuilt.yaml +++ b/nspanel_esphome_prebuilt.yaml @@ -1,13 +1,14 @@ substitutions: device_name: nspanel - nextion_update_url: "http://homeassistant.local:8123/local/nspanel/dev/nspanel_us_land.tft" + nextion_update_url: "" packages: remote_package: url: https://github.com/Blackymas/NSPanel_HA_Blueprint ref: dev files: - - nspanel_esphome.yaml # Core package only + - nspanel_esphome.yaml # Core package + - nspanel_esphome_advanced.yaml refresh: 300s esphome: @@ -25,3 +26,6 @@ captive_portal: button: - id: !extend tft_update internal: true + + - id: !extend tft_reparse_off + internal: true