diff --git a/ESPHome/TX-Ultimate-Easy-ESPHome_core.yaml b/ESPHome/TX-Ultimate-Easy-ESPHome_core.yaml index d7385da..f4b3249 100644 --- a/ESPHome/TX-Ultimate-Easy-ESPHome_core.yaml +++ b/ESPHome/TX-Ultimate-Easy-ESPHome_core.yaml @@ -108,7 +108,6 @@ external_components: type: git url: https://github.com/edwardtfn/TX-Ultimate-Easy/ ref: dev - path: ESPHome/components components: - tx_ultimate_easy diff --git a/ESPHome/components/tx_ultimate_easy/__init__.py b/components/tx_ultimate_easy/__init__.py similarity index 100% rename from ESPHome/components/tx_ultimate_easy/__init__.py rename to components/tx_ultimate_easy/__init__.py diff --git a/ESPHome/components/tx_ultimate_easy/tx_ultimate_easy.cpp b/components/tx_ultimate_easy/tx_ultimate_easy.cpp similarity index 100% rename from ESPHome/components/tx_ultimate_easy/tx_ultimate_easy.cpp rename to components/tx_ultimate_easy/tx_ultimate_easy.cpp diff --git a/ESPHome/components/tx_ultimate_easy/tx_ultimate_easy.h b/components/tx_ultimate_easy/tx_ultimate_easy.h similarity index 100% rename from ESPHome/components/tx_ultimate_easy/tx_ultimate_easy.h rename to components/tx_ultimate_easy/tx_ultimate_easy.h