1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-26 12:43:48 +00:00

Remove redundant get_setup_priority() overrides returning default value (#9253)

This commit is contained in:
J. Nick Koston
2025-06-29 13:46:28 -05:00
committed by GitHub
parent ddbcf8549c
commit ed9850c4a4
129 changed files with 0 additions and 147 deletions

View File

@@ -99,7 +99,6 @@ class BLERSSISensor : public sensor::Sensor, public esp32_ble_tracker::ESPBTDevi
return false;
}
void dump_config() override;
float get_setup_priority() const override { return setup_priority::DATA; }
protected:
enum MatchType { MATCH_BY_MAC_ADDRESS, MATCH_BY_IRK, MATCH_BY_SERVICE_UUID, MATCH_BY_IBEACON_UUID };