corrected small error in .h file

This commit is contained in:
KoenBreeman 2024-08-16 11:18:05 +02:00
parent ffbf5e8ec1
commit 33502e65e1

View File

@ -8,7 +8,7 @@
namespace esphome {
namespace m5stack_4relay {
class M5Stack_4RelaySwitch : public Component, public switch_::Switch, public Parented<M5Stack4Relay> {
class M5Stack_4RelaySwitch : public Component, public switch_::Switch, public Parented<M5Stack_4Relay> {
public:
float get_setup_priority() const override;