diff options
author | KaufHA <[email protected]> | 2024-05-19 16:08:53 -0700 |
---|---|---|
committer | KaufHA <[email protected]> | 2024-05-19 16:08:53 -0700 |
commit | 11d12c0547bde34f41f58e0a4246da3c24dec6e5 (patch) | |
tree | 1b3d83c602c36241622b3f9e3aed628ac7794cbd | |
parent | 0044ed4d8837bf331f4cb6f6b1acb3322168fd26 (diff) | |
download | PLF12-11d12c0547bde34f41f58e0a4246da3c24dec6e5.tar.gz PLF12-11d12c0547bde34f41f58e0a4246da3c24dec6e5.zip |
fix include paths
-rw-r--r-- | config/.gitignore | 5 | ||||
-rw-r--r-- | config/kauf-plf12-lite.yaml | 4 | ||||
-rw-r--r-- | config/kauf-plf12-update.yaml | 2 |
3 files changed, 8 insertions, 3 deletions
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: |