From 2e6eed2ee8569a592ce151b98c4dcbc3edfecfe1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Odd=20Str=C3=A5b=C3=B8?= Date: Sun, 17 Sep 2023 21:41:11 +0000 Subject: [PATCH] Avoid shadowing for linters --- {esphome/components => components}/pcf85063/__init__.py | 0 {esphome/components => components}/pcf85063/pcf85063.cpp | 0 {esphome/components => components}/pcf85063/pcf85063.h | 0 {esphome/components => components}/pcf85063/time.py | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename {esphome/components => components}/pcf85063/__init__.py (100%) rename {esphome/components => components}/pcf85063/pcf85063.cpp (100%) rename {esphome/components => components}/pcf85063/pcf85063.h (100%) rename {esphome/components => components}/pcf85063/time.py (100%) diff --git a/esphome/components/pcf85063/__init__.py b/components/pcf85063/__init__.py similarity index 100% rename from esphome/components/pcf85063/__init__.py rename to components/pcf85063/__init__.py diff --git a/esphome/components/pcf85063/pcf85063.cpp b/components/pcf85063/pcf85063.cpp similarity index 100% rename from esphome/components/pcf85063/pcf85063.cpp rename to components/pcf85063/pcf85063.cpp diff --git a/esphome/components/pcf85063/pcf85063.h b/components/pcf85063/pcf85063.h similarity index 100% rename from esphome/components/pcf85063/pcf85063.h rename to components/pcf85063/pcf85063.h diff --git a/esphome/components/pcf85063/time.py b/components/pcf85063/time.py similarity index 100% rename from esphome/components/pcf85063/time.py rename to components/pcf85063/time.py