From b5df9de79b4d85b8d99e8bb09c871d4d958adc7a Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Thu, 26 Mar 2026 16:08:08 -1000 Subject: [PATCH] Remove unnecessary get_setup_priority from test fixture --- .../legacy_climate_component/climate/legacy_climate.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/integration/fixtures/external_components/legacy_climate_component/climate/legacy_climate.h b/tests/integration/fixtures/external_components/legacy_climate_component/climate/legacy_climate.h index 670134899a..bdf5179fa5 100644 --- a/tests/integration/fixtures/external_components/legacy_climate_component/climate/legacy_climate.h +++ b/tests/integration/fixtures/external_components/legacy_climate_component/climate/legacy_climate.h @@ -16,8 +16,6 @@ class LegacyClimate : public climate::Climate, public Component { this->publish_state(); } - float get_setup_priority() const override { return setup_priority::LATE; } - protected: climate::ClimateTraits traits() override { auto traits = climate::ClimateTraits();