From 297107da281b84ab210f22264825cb2778c2b48d Mon Sep 17 00:00:00 2001 From: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> Date: Fri, 13 Oct 2023 10:51:23 +0200 Subject: [PATCH] Fix directory mapping --- .test/esphome_advanced.yaml | 4 ++-- .test/esphome_core.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.test/esphome_advanced.yaml b/.test/esphome_advanced.yaml index bba6a21..71a5551 100644 --- a/.test/esphome_advanced.yaml +++ b/.test/esphome_advanced.yaml @@ -5,5 +5,5 @@ substitutions: nextion_update_url: "https://github.com/Blackymas/NSPanel_HA_Blueprint/dummy" packages: - core_package: !include ./nspanel_esphome.yaml # Core package - advanced_package: !include ./nspanel_esphome_advanced.yaml + core_package: !include ../nspanel_esphome.yaml # Core package + advanced_package: !include ../nspanel_esphome_advanced.yaml diff --git a/.test/esphome_core.yaml b/.test/esphome_core.yaml index c7271f2..e2c4860 100644 --- a/.test/esphome_core.yaml +++ b/.test/esphome_core.yaml @@ -5,4 +5,4 @@ substitutions: nextion_update_url: "https://github.com/Blackymas/NSPanel_HA_Blueprint/dummy" packages: - core_package: !include ./nspanel_esphome.yaml # Core package + core_package: !include ../nspanel_esphome.yaml # Core package