From 11d12c0547bde34f41f58e0a4246da3c24dec6e5 Mon Sep 17 00:00:00 2001 From: KaufHA Date: Sun, 19 May 2024 16:08:53 -0700 Subject: fix include paths --- config/.gitignore | 5 +++++ config/kauf-plf12-lite.yaml | 4 ++-- config/kauf-plf12-update.yaml | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 config/.gitignore diff --git a/config/.gitignore b/config/.gitignore new file mode 100644 index 0000000..d8b4157 --- /dev/null +++ b/config/.gitignore @@ -0,0 +1,5 @@ +# Gitignore settings for ESPHome +# This is an example and may include too much for your use-case. +# You can modify this file to suit your needs. +/.esphome/ +/secrets.yaml diff --git a/config/kauf-plf12-lite.yaml b/config/kauf-plf12-lite.yaml index a0766b9..e0ead62 100644 --- a/config/kauf-plf12-lite.yaml +++ b/config/kauf-plf12-lite.yaml @@ -1,3 +1,3 @@ packages: - Kauf.PLF10: github://KaufHA/PLF10/kauf-plug-lite.yaml - Kauf.PLF12-Base: github://KaufHA/PLF12/kauf-plf12-base.yaml + Kauf.PLF10: github://KaufHA/PLF10/config/kauf-plug-lite.yaml + Kauf.PLF12-Base: github://KaufHA/PLF12/config/kauf-plf12-base.yaml diff --git a/config/kauf-plf12-update.yaml b/config/kauf-plf12-update.yaml index b760802..976dc77 100644 --- a/config/kauf-plf12-update.yaml +++ b/config/kauf-plf12-update.yaml @@ -1,5 +1,5 @@ packages: - kauf.plf10-update: !include ../PLF10/kauf-plug-update.yaml + kauf.plf10-update: !include ../../PLF10/config/kauf-plug-update.yaml kauf.plf12-base: !include kauf-plf12-base.yaml dashboard_import: -- cgit v1.2.3