From 33502e65e1d2d6b3fa619b188822699443784c39 Mon Sep 17 00:00:00 2001 From: KoenBreeman <121864590+KoenBreeman@users.noreply.github.com> Date: Fri, 16 Aug 2024 11:18:05 +0200 Subject: [PATCH] corrected small error in .h file --- .../components/m5stack_4relay/switch/m5stack_4relay_switch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esphome/components/m5stack_4relay/switch/m5stack_4relay_switch.h b/esphome/components/m5stack_4relay/switch/m5stack_4relay_switch.h index da857e5ebe..6b284d5f7f 100644 --- a/esphome/components/m5stack_4relay/switch/m5stack_4relay_switch.h +++ b/esphome/components/m5stack_4relay/switch/m5stack_4relay_switch.h @@ -8,7 +8,7 @@ namespace esphome { namespace m5stack_4relay { -class M5Stack_4RelaySwitch : public Component, public switch_::Switch, public Parented { +class M5Stack_4RelaySwitch : public Component, public switch_::Switch, public Parented { public: float get_setup_priority() const override;