[components] Remove redundant setup priority overrides that duplicate default (#13745)

This commit is contained in:
J. Nick Koston
2026-02-04 10:48:41 -06:00
committed by GitHub
parent 36f2654fa6
commit becb6559f1
228 changed files with 6 additions and 337 deletions
-2
View File
@@ -233,8 +233,6 @@ void BME680Component::dump_config() {
}
}
float BME680Component::get_setup_priority() const { return setup_priority::DATA; }
void BME680Component::update() {
uint8_t meas_control = 0; // No need to fetch, we're setting all fields
meas_control |= (this->temperature_oversampling_ & 0b111) << 5;