From 162537312c640d55ccd8e16b12e898b31c800bf3 Mon Sep 17 00:00:00 2001 From: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> Date: Thu, 16 May 2024 10:35:05 +0200 Subject: [PATCH] Fix type issue with IDF 5 --- esphome/nspanel_esphome_core.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/esphome/nspanel_esphome_core.yaml b/esphome/nspanel_esphome_core.yaml index df8e39d..420f9d9 100644 --- a/esphome/nspanel_esphome_core.yaml +++ b/esphome/nspanel_esphome_core.yaml @@ -31,6 +31,12 @@ external_components: components: - nspanel_ha_blueprint refresh: 30s + - source: + type: git + url: https://github.com/edwardtfn/esphome + ref: nextion-40 + components: + - nextion # Change this when that PR#6758 gets released (2024.6?) - source: github://pr#6330 components: - adc # Change this when PR#6330 is merged and released (2024.6)