From 9f8f21c3de40ae2b8987d4a17c221651af9ab194 Mon Sep 17 00:00:00 2001 From: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> Date: Mon, 27 May 2024 14:08:30 +0200 Subject: [PATCH] Move components to root --- ESPHome/TX-Ultimate-Easy-ESPHome_core.yaml | 1 - {ESPHome/components => components}/tx_ultimate_easy/__init__.py | 0 .../tx_ultimate_easy/tx_ultimate_easy.cpp | 0 .../tx_ultimate_easy/tx_ultimate_easy.h | 0 4 files changed, 1 deletion(-) rename {ESPHome/components => components}/tx_ultimate_easy/__init__.py (100%) rename {ESPHome/components => components}/tx_ultimate_easy/tx_ultimate_easy.cpp (100%) rename {ESPHome/components => components}/tx_ultimate_easy/tx_ultimate_easy.h (100%) 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