mirror of
https://github.com/esphome/esphome.git
synced 2025-10-01 01:22:20 +01:00
Remove redundant get_setup_priority() overrides returning default value (#9253)
This commit is contained in:
@@ -105,7 +105,6 @@ class BLEPresenceDevice : public binary_sensor::BinarySensorInitiallyOff,
|
||||
this->set_found_(false);
|
||||
}
|
||||
void dump_config() override;
|
||||
float get_setup_priority() const override { return setup_priority::DATA; }
|
||||
|
||||
protected:
|
||||
void set_found_(bool state) {
|
||||
|
Reference in New Issue
Block a user