mirror of
https://github.com/esphome/esphome.git
synced 2025-09-13 08:42:18 +01:00
Remove redundant get_setup_priority() overrides returning default value (#9253)
This commit is contained in:
@@ -76,7 +76,6 @@ class PulseCounterSensor : public sensor::Sensor, public PollingComponent {
|
||||
/// Unit of measurement is "pulses/min".
|
||||
void setup() override;
|
||||
void update() override;
|
||||
float get_setup_priority() const override { return setup_priority::DATA; }
|
||||
void dump_config() override;
|
||||
|
||||
protected:
|
||||
|
Reference in New Issue
Block a user