From 06ed43a7dcdcf1170f8f32081d45be26aa02efb6 Mon Sep 17 00:00:00 2001 From: Dave Williams | DitroniX | G8PUO <20687856+DitroniX@users.noreply.github.com> Date: Sat, 13 Jun 2026 08:43:13 +0100 Subject: [PATCH] Updates --- components/TCA6408/tca6408.cpp | 2 +- components/TCA6408/tca6408.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/TCA6408/tca6408.cpp b/components/TCA6408/tca6408.cpp index 2227581..b348061 100644 --- a/components/TCA6408/tca6408.cpp +++ b/components/TCA6408/tca6408.cpp @@ -149,4 +149,4 @@ size_t TCA6408GPIOPin::dump_summary(char *buffer, size_t len) const { } } // namespace tca6408 -} // namespace esphome +} // namespace esphome \ No newline at end of file diff --git a/components/TCA6408/tca6408.h b/components/TCA6408/tca6408.h index b5b1e3f..9c45dd4 100644 --- a/components/TCA6408/tca6408.h +++ b/components/TCA6408/tca6408.h @@ -62,4 +62,4 @@ class TCA6408GPIOPin : public gpio::GPIOPin, public Parented { }; } // namespace tca6408 -} // namespace esphome +} // namespace esphome \ No newline at end of file