diff --git a/esphome/components/gp8403/output/gp8403_output.h b/esphome/components/gp8403/output/gp8403_output.h index 39dee71c5c..5151ffb4be 100644 --- a/esphome/components/gp8403/output/gp8403_output.h +++ b/esphome/components/gp8403/output/gp8403_output.h @@ -14,9 +14,7 @@ class GP8403Output : public Component, public output::FloatOutput, public Parent float get_setup_priority() const override { return setup_priority::DATA - 1; } void set_channel(uint8_t channel) { this->channel_ = channel; } void write_state(float state) override; - // bool get_gp8413() {return this->parent_->gp8413_ ;} - protected: uint8_t channel_; };