mirror of
https://github.com/esphome/esphome.git
synced 2025-09-06 13:22:19 +01:00
Remove redundant get_setup_priority() overrides returning default value (#9253)
This commit is contained in:
@@ -32,7 +32,6 @@ class PulseWidthSensor : public sensor::Sensor, public PollingComponent {
|
||||
void set_pin(InternalGPIOPin *pin) { pin_ = pin; }
|
||||
void setup() override { this->store_.setup(this->pin_); }
|
||||
void dump_config() override;
|
||||
float get_setup_priority() const override { return setup_priority::DATA; }
|
||||
void update() override;
|
||||
|
||||
protected:
|
||||
|
Reference in New Issue
Block a user